#309B41

Color #309B41 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #309B41

Tints of Chateau Green #309B41

Color information

#309B41 (or 0x309B41) is unknown color: approx Chateau Green. HEX triplet: 30, 9B and 41. RGB value is (48,155,65). Sum of RGB (Red+Green+Blue) = 48+155+65=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #309B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309B41 is #CF64BE. Grayscale: #717171. Windows color (decimal): -13591743 or 4299568. OLE color: 4299568.

HSL color Cylindrical-coordinate representation of color #309B41: hue angle of 129.53º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309B41 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB4815565-
CMYK0.6900.580.39
HSL129.53º52.71%39.8%-
HSV(B)129.53º69.03%60.78%-
XYZ13.8924.458.99-
YUV112.75101.0581.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 155 (60.94% from 255) = 57.84%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=17.91%
G=57.84%
B=24.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48155650.6900.580.39129.5352.7139.8
Hex309B414503A27823528
Octal60233101105072472026550
Binary1100001001101110000011000101011101010011110000010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309B41; }

 p { color: rgb(48,155,65); }

 H1.HeaderClassName
 {
   color: #309B41;
 }
 .AnyTagClassName
 {
   color: #309B41;
 }
</style>
background-color css

<style>
 a { background-color: #309B41; }

 a { background-color: rgb(48,155,65); }

 div.DivClassName
 {
   background-color: #309B41;
 }
 .BgClassName
 {
   background-color: #309B41;
 }
</style>
border-color css

<style>
 span { border-color: #309B41; }

 span { border-color: rgb(48,155,65); }

 td.TdClassName
 {
   border-color: #309B41;
 }
 .TagClassName
 {
   border-color: #309B41;
 }
</style>