#002F1D

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

Shades of Dark Green #002F1D

Tints of Dark Green #002F1D

Color information

#002F1D (or 0x002F1D) is unknown color: approx Dark Green. HEX triplet: 00, 2F and 1D. RGB value is (0,47,29). Sum of RGB (Red+Green+Blue) = 0+47+29=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 47 (18.75% from 255 or 61.84% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 47 - color contains mainly: green. Hex color #002F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F1D is #FFD0E2. Grayscale: #1E1E1E. Windows color (decimal): -16765155 or 1912576. OLE color: 1912576.

HSL color Cylindrical-coordinate representation of color #002F1D: hue angle of 157.02º 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 #002F1D is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.82.

Color convert

RGB04729-
CMYK100.380.82
HSL157.02º100%9.22%-
HSV(B)157.02º100%18.43%-
XYZ1.242.121.51-
YUV30.9126.93105.96-

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) = 61.84%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=0%
G=61.84%
B=38.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal04729100.380.82157.021009.22
Hex02F1D64026529d649
Octal0573514404612223514411
Binary0101111111011100100010011010100101001110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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