#00291E

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

Shades of Dark Green #00291E

Tints of Dark Green #00291E

Color information

#00291E (or 0x00291E) is unknown color: approx Dark Green. HEX triplet: 00, 29 and 1E. RGB value is (0,41,30). Sum of RGB (Red+Green+Blue) = 0+41+30=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 41 (16.41% from 255 or 57.75% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 41 - color contains mainly: green. Hex color #00291E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00291E is #FFD6E1. Grayscale: #1B1B1B. Windows color (decimal): -16766690 or 1976576. OLE color: 1976576.

HSL color Cylindrical-coordinate representation of color #00291E: hue angle of 163.9º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00291E is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB04130-
CMYK100.270.84
HSL163.9º100%8.04%-
HSV(B)163.9º100%16.08%-
XYZ1.031.681.5-
YUV27.49129.42108.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 57.75%
BLUE value IS 30 (12.11% from 255) = 42.25%
R=0%
G=57.75%
B=42.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal04130100.270.84163.91008.04
Hex0291E6401B54a4648
Octal0513614403312424414410
Binary010100111110110010001101110101001010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00291E; }

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

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

<style>
 a { background-color: #00291E; }

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

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

<style>
 span { border-color: #00291E; }

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

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