#00290A

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

Shades of Dark Green #00290A

Tints of Dark Green #00290A

Color information

#00290A (or 0x00290A) is unknown color: approx Dark Green. HEX triplet: 00, 29 and 0A. RGB value is (0,41,10). Sum of RGB (Red+Green+Blue) = 0+41+10=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 41 (16.41% from 255 or 80.39% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 41 - color contains mainly: green. Hex color #00290A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00290A is #FFD6F5. Grayscale: #191919. Windows color (decimal): -16766710 or 665856. OLE color: 665856.

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

Color convert

RGB04110-
CMYK100.760.84
HSL134.63º100%8.04%-
HSV(B)134.63º100%16.08%-
XYZ0.851.610.55-
YUV25.21119.42110.02-

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) = 80.39%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=0%
G=80.39%
B=19.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal04110100.760.84134.631008.04
Hex029A6404C5487648
Octal05112144011412420714410
Binary0101001101011001000100110010101001000011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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