#30882C

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

Shades of Forest Green #30882C

Tints of Forest Green #30882C

Color information

#30882C (or 0x30882C) is unknown color: approx Forest Green. HEX triplet: 30, 88 and 2C. RGB value is (48,136,44). Sum of RGB (Red+Green+Blue) = 48+136+44=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #30882C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30882C is #CF77D3. Grayscale: #636363. Windows color (decimal): -13596628 or 2918448. OLE color: 2918448.

HSL color Cylindrical-coordinate representation of color #30882C: hue angle of 117.39º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30882C is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB4813644-
CMYK0.6500.680.47
HSL117.39º51.11%35.29%-
HSV(B)117.39º67.65%53.33%-
XYZ10.4818.425.39-
YUV99.296.8591.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 136 (53.52% from 255) = 59.65%
BLUE value IS 44 (17.58% from 255) = 19.30%
R=21.05%
G=59.65%
B=19.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136440.6500.680.47117.3951.1135.29
Hex30882C410442F753323
Octal60210541010104571656343
Binary110000100010001011001000001010001001011111110101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30882C; }

 p { color: rgb(48,136,44); }

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

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

 a { background-color: rgb(48,136,44); }

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

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

 span { border-color: rgb(48,136,44); }

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