Html Css Color HEX #002C1A Dark Green

📋 copy color: '#002C1A'

red 0 ◦ green 44 ◦ blue 26

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

Shades of Dark Green #002C1A

Tints of Dark Green #002C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 62.86%

 BLUE value IS 26 (10.55% from 255) = 37.14%

R = 0%
G = 62.86%
B = 37.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.83

RGB Variations

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

Color information

#002C1A (or 0x002C1A) is known color: Dark Green. HEX triplet: 00, 2C and 1A. RGB value is (0,44,26). Sum of RGB (Red+Green+Blue) = 0+44+26=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 44 (17.58% from 255 or 62.86% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 44 - color contains mainly: green. Hex color #002C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C1A is #FFD3E5. Grayscale: #1C1C1C. Windows color (decimal): -16765926 or 1715200. OLE color: 1715200.

HSL color Cylindrical-coordinate representation of color #002C1A: hue angle of 155.45º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C1A is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.83.

Color convert

RGB 0 44 26 -
CMYK 1 0 0.41 0.83
HSL 155.45º 1% 0.09% -
HSV(B) 155.45º 1% 0.17% -
XYZ 1.09 1.88 1.28 -
YUV 28.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 0 44 26 1 0 0.41 0.83 155.45 1 0.09
Hex 0 2C 1A 64 0 29 53 9B 64 9
Octal 0 54 32 144 0 51 123 233 144 11
Binary 0 101100 11010 1100100 0 101001 1010011 10011011 1100100 1001

Color Harmonies of #002C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C1A

Black with #002C1A

Text Example


Text Example

White with #002C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #002C1A;
 }
 .AnyTagClassName
 {
   color: #002C1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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