Html Css Color HEX #05962E Forest Green

📋 copy color: '#05962E'

red 5 ◦ green 150 ◦ blue 46

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

Shades of Forest Green #05962E

Tints of Forest Green #05962E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.89%

R = 2.49%
G = 74.63%
B = 22.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#05962E (or 0x05962E) is known color: Forest Green. HEX triplet: 05, 96 and 2E. RGB value is (5,150,46). Sum of RGB (Red+Green+Blue) = 5+150+46=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 150 (58.98% from 255 or 74.63% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 150 - color contains mainly: green. Hex color #05962E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05962E is #FA69D1. Grayscale: #5F5F5F. Windows color (decimal): -16411090 or 3053061. OLE color: 3053061.

HSL color Cylindrical-coordinate representation of color #05962E: hue angle of 136.97º 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 #05962E is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 150 46 -
CMYK 0.97 0 0.69 0.41
HSL 136.97º 0.94% 0.3% -
HSV(B) 136.97º 0.97% 0.59% -
XYZ 11.46 22.04 6.24 -
YUV 94.79 100.46 63.96 -
System Red Green Blue C M Y K H S L
Decimal 5 150 46 0.97 0 0.69 0.41 136.97 0.94 0.3
Hex 5 96 2E 61 0 45 29 89 5E 1E
Octal 5 226 56 141 0 105 51 211 136 36
Binary 101 10010110 101110 1100001 0 1000101 101001 10001001 1011110 11110

Color Harmonies of #05962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05962E

Black with #05962E

Text Example


Text Example

White with #05962E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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