#309B45

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

Shades of Chateau Green #309B45

Tints of Chateau Green #309B45

Color information

#309B45 (or 0x309B45) is unknown color: approx Chateau Green. HEX triplet: 30, 9B and 45. RGB value is (48,155,69). Sum of RGB (Red+Green+Blue) = 48+155+69=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 155 (60.94% from 255 or 56.99% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 155 - color contains mainly: green. Hex color #309B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309B45 is #CF64BA. Grayscale: #717171. Windows color (decimal): -13591739 or 4561712. OLE color: 4561712.

HSL color Cylindrical-coordinate representation of color #309B45: hue angle of 131.78º 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 #309B45 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB4815569-
CMYK0.6900.550.39
HSL131.78º52.71%39.8%-
HSV(B)131.78º69.03%60.78%-
XYZ14.0124.59.62-
YUV113.2103.0581.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 155 (60.94% from 255) = 56.99%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=17.65%
G=56.99%
B=25.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48155690.6900.550.39131.7852.7139.8
Hex309B454503727843528
Octal60233105105067472046550
Binary1100001001101110001011000101011011110011110000100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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