#002F29

Color #002F29 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #002F29

Tints of Dark Green #002F29

Color information

#002F29 (or 0x002F29) is unknown color: approx Dark Green. HEX triplet: 00, 2F and 29. RGB value is (0,47,41). Sum of RGB (Red+Green+Blue) = 0+47+41=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 47 (18.75% from 255 or 53.41% from 88); Blue value is 41 (16.41% from 255 or 46.59% from 88); Max value from RGB is 47 - color contains mainly: green. Hex color #002F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F29 is #FFD0D6. Grayscale: #202020. Windows color (decimal): -16765143 or 2699008. OLE color: 2699008.

HSL color Cylindrical-coordinate representation of color #002F29: hue angle of 172.34º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F29 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB04741-
CMYK100.130.82
HSL172.34º100%9.22%-
HSV(B)172.34º100%18.43%-
XYZ1.422.192.45-
YUV32.26132.93104.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 47 (18.75% from 255) = 53.41%
BLUE value IS 41 (16.41% from 255) = 46.59%
R=0%
G=53.41%
B=46.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal04741100.130.82172.341009.22
Hex02F29640D52ac649
Octal0575114401512225414411
Binary010111110100111001000110110100101010110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002F29; }

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

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

<style>
 a { background-color: #002F29; }

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

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

<style>
 span { border-color: #002F29; }

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

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