#006D2F

Color #006D2F Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #006D2F

Tints of Fun Green #006D2F

Color information

#006D2F (or 0x006D2F) is unknown color: approx Fun Green. HEX triplet: 00, 6D and 2F. RGB value is (0,109,47). Sum of RGB (Red+Green+Blue) = 0+109+47=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 109 (42.97% from 255 or 69.87% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 109 - color contains mainly: green. Hex color #006D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006D2F is #FF92D0. Grayscale: #454545. Windows color (decimal): -16749265 or 3108096. OLE color: 3108096.

HSL color Cylindrical-coordinate representation of color #006D2F: hue angle of 145.87º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D2F is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB010947-
CMYK100.570.57
HSL145.87º100%21.37%-
HSV(B)145.87º100%42.75%-
XYZ5.9811.144.52-
YUV69.34115.3978.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 69.87%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=0%
G=69.87%
B=30.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal010947100.570.57145.8710021.37
Hex06D2F6403939926415
Octal0155571440717122214425
Binary011011011011111100100011100111100110010010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006D2F; }

 p { color: rgb(0,109,47); }

 H1.HeaderClassName
 {
   color: #006D2F;
 }
 .AnyTagClassName
 {
   color: #006D2F;
 }
</style>
background-color css

<style>
 a { background-color: #006D2F; }

 a { background-color: rgb(0,109,47); }

 div.DivClassName
 {
   background-color: #006D2F;
 }
 .BgClassName
 {
   background-color: #006D2F;
 }
</style>
border-color css

<style>
 span { border-color: #006D2F; }

 span { border-color: rgb(0,109,47); }

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