Html Css Color HEX #05962A Forest Green

📋 copy color: '#05962A'

red 5 ◦ green 150 ◦ blue 42

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

Shades of Forest Green #05962A

Tints of Forest Green #05962A

RGB

 RED value IS 5 (2.34% from 255) = 2.54%

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

 BLUE value IS 42 (16.8% from 255) = 21.32%

R = 2.54%
G = 76.14%
B = 21.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#05962A (or 0x05962A) is known color: Forest Green. HEX triplet: 05, 96 and 2A. RGB value is (5,150,42). Sum of RGB (Red+Green+Blue) = 5+150+42=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 150 (58.98% from 255 or 76.14% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 150 - color contains mainly: green. Hex color #05962A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05962A is #FA69D5. Grayscale: #5E5E5E. Windows color (decimal): -16411094 or 2790917. OLE color: 2790917.

HSL color Cylindrical-coordinate representation of color #05962A: hue angle of 135.31º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05962A is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 150 42 -
CMYK 0.97 0 0.72 0.41
HSL 135.31º 0.94% 0.3% -
HSV(B) 135.31º 0.97% 0.59% -
XYZ 11.39 22.01 5.84 -
YUV 94.33 98.46 64.28 -
System Red Green Blue C M Y K H S L
Decimal 5 150 42 0.97 0 0.72 0.41 135.31 0.94 0.3
Hex 5 96 2A 61 0 48 29 87 5E 1E
Octal 5 226 52 141 0 110 51 207 136 36
Binary 101 10010110 101010 1100001 0 1001000 101001 10000111 1011110 11110

Color Harmonies of #05962A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05962A

Black with #05962A

Text Example


Text Example

White with #05962A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,150,42); }

 H1.HeaderClassName
 {
   color: #05962A;
 }
 .AnyTagClassName
 {
   color: #05962A;
 }
</style>

background-color css

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

 a { background-color: rgb(5,150,42); }

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

border-color css

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

 span { border-color: rgb(5,150,42); }

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