#309A0B

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

Shades of Forest Green #309A0B

Tints of Forest Green #309A0B

Color information

#309A0B (or 0x309A0B) is unknown color: approx Forest Green. HEX triplet: 30, 9A and 0B. RGB value is (48,154,11). Sum of RGB (Red+Green+Blue) = 48+154+11=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 154 (60.55% from 255 or 72.30% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 154 - color contains mainly: green. Hex color #309A0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309A0B is #CF65F4. Grayscale: #6A6A6A. Windows color (decimal): -13592053 or 760368. OLE color: 760368.

HSL color Cylindrical-coordinate representation of color #309A0B: hue angle of 104.48º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #309A0B is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB4815411-
CMYK0.6900.930.40
HSL104.48º86.67%32.35%-
HSV(B)104.48º92.86%60.39%-
XYZ12.8323.764.23-
YUV10674.3886.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 154 (60.55% from 255) = 72.30%
BLUE value IS 11 (4.69% from 255) = 5.16%
R=22.54%
G=72.30%
B=5.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48154110.6900.930.40104.4886.6732.35
Hex309AB4505D28685720
Octal602321310501355015012740
Binary11000010011010101110001010101110110100011010001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,154,11); }

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

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

 a { background-color: rgb(48,154,11); }

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

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

 span { border-color: rgb(48,154,11); }

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