Html Css Color HEX #06941F Forest Green

📋 copy color: '#06941F'

red 6 ◦ green 148 ◦ blue 31

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

Shades of Forest Green #06941F

Tints of Forest Green #06941F

RGB

 RED value IS 6 (2.73% from 255) = 3.24%

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

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

R = 3.24%
G = 80%
B = 16.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#06941F (or 0x06941F) is known color: Forest Green. HEX triplet: 06, 94 and 1F. RGB value is (6,148,31). Sum of RGB (Red+Green+Blue) = 6+148+31=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 148 (58.20% from 255 or 80% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 148 - color contains mainly: green. Hex color #06941F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06941F is #F96BE0. Grayscale: #5C5C5C. Windows color (decimal): -16346081 or 2069510. OLE color: 2069510.

HSL color Cylindrical-coordinate representation of color #06941F: hue angle of 130.56º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06941F is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 148 31 -
CMYK 0.96 0 0.79 0.42
HSL 130.56º 0.92% 0.3% -
HSV(B) 130.56º 0.96% 0.58% -
XYZ 10.91 21.32 4.84 -
YUV 92.2 93.46 66.51 -
System Red Green Blue C M Y K H S L
Decimal 6 148 31 0.96 0 0.79 0.42 130.56 0.92 0.3
Hex 6 94 1F 60 0 4F 2A 83 5C 1E
Octal 6 224 37 140 0 117 52 203 134 36
Binary 110 10010100 11111 1100000 0 1001111 101010 10000011 1011100 11110

Color Harmonies of #06941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06941F

Black with #06941F

Text Example


Text Example

White with #06941F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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