Html Css Color HEX #05982D Forest Green

📋 copy color: '#05982D'

red 5 ◦ green 152 ◦ blue 45

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

Shades of Forest Green #05982D

Tints of Forest Green #05982D

RGB

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

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

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

R = 2.48%
G = 75.25%
B = 22.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#05982D (or 0x05982D) is known color: Forest Green. HEX triplet: 05, 98 and 2D. RGB value is (5,152,45). Sum of RGB (Red+Green+Blue) = 5+152+45=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 152 (59.77% from 255 or 75.25% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 152 - color contains mainly: green. Hex color #05982D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05982D is #FA67D2. Grayscale: #606060. Windows color (decimal): -16410579 or 2988037. OLE color: 2988037.

HSL color Cylindrical-coordinate representation of color #05982D: hue angle of 136.33º 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 #05982D is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 152 45 -
CMYK 0.97 0 0.70 0.40
HSL 136.33º 0.94% 0.31% -
HSV(B) 136.33º 0.97% 0.6% -
XYZ 11.76 22.68 6.24 -
YUV 95.85 99.3 63.2 -
System Red Green Blue C M Y K H S L
Decimal 5 152 45 0.97 0 0.70 0.40 136.33 0.94 0.31
Hex 5 98 2D 61 0 46 28 88 5E 1F
Octal 5 230 55 141 0 106 50 210 136 37
Binary 101 10011000 101101 1100001 0 1000110 101000 10001000 1011110 11111

Color Harmonies of #05982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05982D

Black with #05982D

Text Example


Text Example

White with #05982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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