Html Css Color HEX #08962D Forest Green

📋 copy color: '#08962D'

red 8 ◦ green 150 ◦ blue 45

#08962D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #08962D

Tints of Forest Green #08962D

RGB

 RED value IS 8 (3.52% from 255) = 3.94%

 GREEN value IS 150 (58.98% from 255) = 73.89%

 BLUE value IS 45 (17.97% from 255) = 22.17%

R = 3.94%
G = 73.89%
B = 22.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#08962D (or 0x08962D) is known color: Forest Green. HEX triplet: 08, 96 and 2D. RGB value is (8,150,45). Sum of RGB (Red+Green+Blue) = 8+150+45=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 150 (58.98% from 255 or 73.89% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 150 - color contains mainly: green. Hex color #08962D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08962D is #F769D2. Grayscale: #5F5F5F. Windows color (decimal): -16214483 or 2987528. OLE color: 2987528.

HSL color Cylindrical-coordinate representation of color #08962D: hue angle of 135.63º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08962D is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 150 45 -
CMYK 0.95 0 0.70 0.41
HSL 135.63º 0.9% 0.31% -
HSV(B) 135.63º 0.95% 0.59% -
XYZ 11.48 22.05 6.13 -
YUV 95.57 99.46 65.54 -
System Red Green Blue C M Y K H S L
Decimal 8 150 45 0.95 0 0.70 0.41 135.63 0.9 0.31
Hex 8 96 2D 5F 0 46 29 88 5A 1F
Octal 10 226 55 137 0 106 51 210 132 37
Binary 1000 10010110 101101 1011111 0 1000110 101001 10001000 1011010 11111

Color Harmonies of #08962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08962D

Black with #08962D

Text Example


Text Example

White with #08962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08962D; }

 p { color: rgb(8,150,45); }

 H1.HeaderClassName
 {
   color: #08962D;
 }
 .AnyTagClassName
 {
   color: #08962D;
 }
</style>

background-color css

<style>
 a { background-color: #08962D; }

 a { background-color: rgb(8,150,45); }

 div.DivClassName
 {
   background-color: #08962D;
 }
 .BgClassName
 {
   background-color: #08962D;
 }
</style>

border-color css

<style>
 span { border-color: #08962D; }

 span { border-color: rgb(8,150,45); }

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