Html Css Color HEX #05982C Forest Green

📋 copy color: '#05982C'

red 5 ◦ green 152 ◦ blue 44

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

Shades of Forest Green #05982C

Tints of Forest Green #05982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 75.62%

 BLUE value IS 44 (17.58% from 255) = 21.89%

R = 2.49%
G = 75.62%
B = 21.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#05982C (or 0x05982C) is known color: Forest Green. HEX triplet: 05, 98 and 2C. RGB value is (5,152,44). Sum of RGB (Red+Green+Blue) = 5+152+44=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 152 (59.77% from 255 or 75.62% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 152 - color contains mainly: green. Hex color #05982C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05982C is #FA67D3. Grayscale: #606060. Windows color (decimal): -16410580 or 2922501. OLE color: 2922501.

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

Color convert

RGB 5 152 44 -
CMYK 0.97 0 0.71 0.40
HSL 135.92º 0.94% 0.31% -
HSV(B) 135.92º 0.97% 0.6% -
XYZ 11.75 22.67 6.14 -
YUV 95.74 98.8 63.28 -
System Red Green Blue C M Y K H S L
Decimal 5 152 44 0.97 0 0.71 0.40 135.92 0.94 0.31
Hex 5 98 2C 61 0 47 28 88 5E 1F
Octal 5 230 54 141 0 107 50 210 136 37
Binary 101 10011000 101100 1100001 0 1000111 101000 10001000 1011110 11111

Color Harmonies of #05982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05982C

Black with #05982C

Text Example


Text Example

White with #05982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05982C; }

 p { color: rgb(5,152,44); }

 H1.HeaderClassName
 {
   color: #05982C;
 }
 .AnyTagClassName
 {
   color: #05982C;
 }
</style>

background-color css

<style>
 a { background-color: #05982C; }

 a { background-color: rgb(5,152,44); }

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

border-color css

<style>
 span { border-color: #05982C; }

 span { border-color: rgb(5,152,44); }

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