#30892A

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

Shades of Forest Green #30892A

Tints of Forest Green #30892A

Color information

#30892A (or 0x30892A) is unknown color: approx Forest Green. HEX triplet: 30, 89 and 2A. RGB value is (48,137,42). Sum of RGB (Red+Green+Blue) = 48+137+42=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 137 (53.91% from 255 or 60.35% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 137 - color contains mainly: green. Hex color #30892A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30892A is #CF76D5. Grayscale: #636363. Windows color (decimal): -13596374 or 2787632. OLE color: 2787632.

HSL color Cylindrical-coordinate representation of color #30892A: hue angle of 116.21º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30892A is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB4813742-
CMYK0.6500.690.46
HSL116.21º53.07%35.1%-
HSV(B)116.21º69.34%53.73%-
XYZ10.5818.695.24-
YUV99.5695.5191.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 137 (53.91% from 255) = 60.35%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=21.15%
G=60.35%
B=18.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48137420.6500.690.46116.2153.0735.1
Hex30892A410452E743523
Octal60211521010105561646543
Binary110000100010011010101000001010001011011101110100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30892A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30892A; }

 p { color: rgb(48,137,42); }

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

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

 a { background-color: rgb(48,137,42); }

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

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

 span { border-color: rgb(48,137,42); }

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