#00291A

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

Shades of Dark Green #00291A

Tints of Dark Green #00291A

Color information

#00291A (or 0x00291A) is unknown color: approx Dark Green. HEX triplet: 00, 29 and 1A. RGB value is (0,41,26). Sum of RGB (Red+Green+Blue) = 0+41+26=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 41 (16.41% from 255 or 61.19% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 41 - color contains mainly: green. Hex color #00291A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00291A is #FFD6E5. Grayscale: #1B1B1B. Windows color (decimal): -16766694 or 1714432. OLE color: 1714432.

HSL color Cylindrical-coordinate representation of color #00291A: hue angle of 158.05º 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 #00291A is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB04126-
CMYK100.370.84
HSL158.05º100%8.04%-
HSV(B)158.05º100%16.08%-
XYZ0.981.661.25-
YUV27.03127.42108.72-

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) = 61.19%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=0%
G=61.19%
B=38.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal04126100.370.84158.051008.04
Hex0291A64025549e648
Octal0513214404512423614410
Binary0101001110101100100010010110101001001111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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