Html Css Color HEX #05972D Forest Green

📋 copy color: '#05972D'

red 5 ◦ green 151 ◦ blue 45

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

Shades of Forest Green #05972D

Tints of Forest Green #05972D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 75.12%

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

R = 2.49%
G = 75.12%
B = 22.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#05972D (or 0x05972D) is known color: Forest Green. HEX triplet: 05, 97 and 2D. RGB value is (5,151,45). Sum of RGB (Red+Green+Blue) = 5+151+45=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 151 (59.38% from 255 or 75.12% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 151 - color contains mainly: green. Hex color #05972D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05972D is #FA68D2. Grayscale: #5F5F5F. Windows color (decimal): -16410835 or 2987781. OLE color: 2987781.

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

Color convert

RGB 5 151 45 -
CMYK 0.97 0 0.70 0.41
HSL 136.44º 0.94% 0.31% -
HSV(B) 136.44º 0.97% 0.59% -
XYZ 11.6 22.35 6.19 -
YUV 95.26 99.63 63.62 -
System Red Green Blue C M Y K H S L
Decimal 5 151 45 0.97 0 0.70 0.41 136.44 0.94 0.31
Hex 5 97 2D 61 0 46 29 88 5E 1F
Octal 5 227 55 141 0 106 51 210 136 37
Binary 101 10010111 101101 1100001 0 1000110 101001 10001000 1011110 11111

Color Harmonies of #05972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05972D

Black with #05972D

Text Example


Text Example

White with #05972D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,151,45); }

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

background-color css

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

 a { background-color: rgb(5,151,45); }

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

border-color css

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

 span { border-color: rgb(5,151,45); }

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