Html Css Color HEX #002A0A Dark Green

📋 copy color: '#002A0A'

red 0 ◦ green 42 ◦ blue 10

#002A0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #002A0A

Tints of Dark Green #002A0A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 42 (16.8% from 255) = 80.77%

 BLUE value IS 10 (4.3% from 255) = 19.23%

R = 0%
G = 80.77%
B = 19.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.84

RGB Variations

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

Color information

#002A0A (or 0x002A0A) is known color: 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

RGB 0 42 10 -
CMYK 1 0 0.76 0.84
HSL 134.29º 1% 0.08% -
HSV(B) 134.29º 1% 0.16% -
XYZ 0.88 1.68 0.56 -
YUV 25.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 0 42 10 1 0 0.76 0.84 134.29 1 0.08
Hex 0 2A A 64 0 4C 54 86 64 8
Octal 0 52 12 144 0 114 124 206 144 10
Binary 0 101010 1010 1100100 0 1001100 1010100 10000110 1100100 1000

Color Harmonies of #002A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A0A

Black with #002A0A

Text Example


Text Example

White with #002A0A

Text Example


Text Example

HTML Codes & Css Web 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>