#309948

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

Shades of Chateau Green #309948

Tints of Chateau Green #309948

Color information

#309948 (or 0x309948) is unknown color: approx Chateau Green. HEX triplet: 30, 99 and 48. RGB value is (48,153,72). Sum of RGB (Red+Green+Blue) = 48+153+72=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #309948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309948 is #CF66B7. Grayscale: #707070. Windows color (decimal): -13592248 or 4757808. OLE color: 4757808.

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

Color convert

RGB4815372-
CMYK0.6900.530.4
HSL133.71º52.24%39.41%-
HSV(B)133.71º68.63%60%-
XYZ13.7823.8810.01-
YUV112.37105.2182.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 153 (60.16% from 255) = 56.04%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=17.58%
G=56.04%
B=26.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48153720.6900.530.4133.7152.2439.41
Hex3099484503528863427
Octal60231110105065502066447
Binary1100001001100110010001000101011010110100010000110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309948; }

 p { color: rgb(48,153,72); }

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

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

 a { background-color: rgb(48,153,72); }

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

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

 span { border-color: rgb(48,153,72); }

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