Html Css Color HEX #05941E Forest Green

📋 copy color: '#05941E'

red 5 ◦ green 148 ◦ blue 30

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

Shades of Forest Green #05941E

Tints of Forest Green #05941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 80.87%

 BLUE value IS 30 (12.11% from 255) = 16.39%

R = 2.73%
G = 80.87%
B = 16.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#05941E (or 0x05941E) is known color: Forest Green. HEX triplet: 05, 94 and 1E. RGB value is (5,148,30). Sum of RGB (Red+Green+Blue) = 5+148+30=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 148 (58.20% from 255 or 80.87% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 148 - color contains mainly: green. Hex color #05941E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05941E is #FA6BE1. Grayscale: #5C5C5C. Windows color (decimal): -16411618 or 2003973. OLE color: 2003973.

HSL color Cylindrical-coordinate representation of color #05941E: hue angle of 130.49º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05941E is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 30 -
CMYK 0.97 0 0.80 0.42
HSL 130.49º 0.93% 0.3% -
HSV(B) 130.49º 0.97% 0.58% -
XYZ 10.89 21.31 4.77 -
YUV 91.79 93.12 66.09 -
System Red Green Blue C M Y K H S L
Decimal 5 148 30 0.97 0 0.80 0.42 130.49 0.93 0.3
Hex 5 94 1E 61 0 50 2A 82 5D 1E
Octal 5 224 36 141 0 120 52 202 135 36
Binary 101 10010100 11110 1100001 0 1010000 101010 10000010 1011101 11110

Color Harmonies of #05941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05941E

Black with #05941E

Text Example


Text Example

White with #05941E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,148,30); }

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

background-color css

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

 a { background-color: rgb(5,148,30); }

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

border-color css

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

 span { border-color: rgb(5,148,30); }

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