Html Css Color HEX #05941F Forest Green

📋 copy color: '#05941F'

red 5 ◦ green 148 ◦ blue 31

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

Shades of Forest Green #05941F

Tints of Forest Green #05941F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.85%

R = 2.72%
G = 80.43%
B = 16.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#05941F (or 0x05941F) is known color: Forest Green. HEX triplet: 05, 94 and 1F. RGB value is (5,148,31). Sum of RGB (Red+Green+Blue) = 5+148+31=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 148 (58.20% from 255 or 80.43% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 148 - color contains mainly: green. Hex color #05941F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05941F is #FA6BE0. Grayscale: #5C5C5C. Windows color (decimal): -16411617 or 2069509. OLE color: 2069509.

HSL color Cylindrical-coordinate representation of color #05941F: hue angle of 130.91º 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 #05941F is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 31 -
CMYK 0.97 0 0.79 0.42
HSL 130.91º 0.93% 0.3% -
HSV(B) 130.91º 0.97% 0.58% -
XYZ 10.9 21.31 4.84 -
YUV 91.91 93.62 66.01 -
System Red Green Blue C M Y K H S L
Decimal 5 148 31 0.97 0 0.79 0.42 130.91 0.93 0.3
Hex 5 94 1F 61 0 4F 2A 83 5D 1E
Octal 5 224 37 141 0 117 52 203 135 36
Binary 101 10010100 11111 1100001 0 1001111 101010 10000011 1011101 11110

Color Harmonies of #05941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05941F

Black with #05941F

Text Example


Text Example

White with #05941F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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