#309A02

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

Shades of Forest Green #309A02

Tints of Forest Green #309A02

Color information

#309A02 (or 0x309A02) is unknown color: approx Forest Green. HEX triplet: 30, 9A and 02. RGB value is (48,154,2). Sum of RGB (Red+Green+Blue) = 48+154+2=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 154 (60.55% from 255 or 75.49% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 154 - color contains mainly: green. Hex color #309A02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309A02 is #CF65FD. Grayscale: #696969. Windows color (decimal): -13592062 or 170544. OLE color: 170544.

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

Color convert

RGB481542-
CMYK0.6900.990.40
HSL101.84º97.44%30.59%-
HSV(B)101.84º98.7%60.39%-
XYZ12.7923.743.97-
YUV104.9869.8887.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 154 (60.55% from 255) = 75.49%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=23.53%
G=75.49%
B=0.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4815420.6900.990.40101.8497.4430.59
Hex309A2450632866611f
Octal60232210501435014614137
Binary11000010011010101000101011000111010001100110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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