#002A0A

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

Shades of Dark Green #002A0A

Tints of Dark Green #002A0A

Color information

#002A0A (or 0x002A0A) is unknown color: approx Dark Green. HEX triplet: 00, 2A and 0A. RGB value is (0,42,10). Sum of RGB (Red+Green+Blue) = 0+42+10=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 42 (16.80% from 255 or 80.77% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 42 - color contains mainly: green. Hex color #002A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002A0A is #FFD5F5. Grayscale: #191919. Windows color (decimal): -16766454 or 666112. OLE color: 666112.

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

Color convert

RGB04210-
CMYK100.760.84
HSL134.29º100%8.24%-
HSV(B)134.29º100%16.47%-
XYZ0.881.680.56-
YUV25.79119.09109.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 80.77%
BLUE value IS 10 (4.30% from 255) = 19.23%
R=0%
G=80.77%
B=19.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal04210100.760.84134.291008.24
Hex02AA6404C5486648
Octal05212144011412420614410
Binary0101010101011001000100110010101001000011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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