#30994B

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

Shades of Chateau Green #30994B

Tints of Chateau Green #30994B

Color information

#30994B (or 0x30994B) is unknown color: approx Chateau Green. HEX triplet: 30, 99 and 4B. RGB value is (48,153,75). Sum of RGB (Red+Green+Blue) = 48+153+75=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #30994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30994B is #CF66B4. Grayscale: #707070. Windows color (decimal): -13592245 or 4954416. OLE color: 4954416.

HSL color Cylindrical-coordinate representation of color #30994B: hue angle of 135.43º 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 #30994B is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB4815375-
CMYK0.6900.510.4
HSL135.43º52.24%39.41%-
HSV(B)135.43º68.63%60%-
XYZ13.8823.9210.54-
YUV112.71106.7181.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 153 (60.16% from 255) = 55.43%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=17.39%
G=55.43%
B=27.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48153750.6900.510.4135.4352.2439.41
Hex30994B4503328873427
Octal60231113105063502076447
Binary1100001001100110010111000101011001110100010000111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30994B; }

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

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

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

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

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

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

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

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