#002A1A

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

Shades of Dark Green #002A1A

Tints of Dark Green #002A1A

Color information

#002A1A (or 0x002A1A) is unknown color: approx Dark Green. HEX triplet: 00, 2A and 1A. RGB value is (0,42,26). Sum of RGB (Red+Green+Blue) = 0+42+26=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 42 (16.80% from 255 or 61.76% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 42 - color contains mainly: green. Hex color #002A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A1A is #FFD5E5. Grayscale: #1B1B1B. Windows color (decimal): -16766438 or 1714688. OLE color: 1714688.

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

Color convert

RGB04226-
CMYK100.380.84
HSL157.14º100%8.24%-
HSV(B)157.14º100%16.47%-
XYZ1.011.731.26-
YUV27.62127.09108.3-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal04226100.380.84157.141008.24
Hex02A1A64026549d648
Octal0523214404612423514410
Binary0101010110101100100010011010101001001110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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