Html Css Color HEX #002C26 Dark Green

📋 copy color: '#002C26'

red 0 ◦ green 44 ◦ blue 38

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

Shades of Dark Green #002C26

Tints of Dark Green #002C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 46.34%

R = 0%
G = 53.66%
B = 46.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.83

RGB Variations

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

Color information

#002C26 (or 0x002C26) is known color: Dark Green. HEX triplet: 00, 2C and 26. RGB value is (0,44,38). Sum of RGB (Red+Green+Blue) = 0+44+38=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 44 (17.58% from 255 or 53.66% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 44 - color contains mainly: green. Hex color #002C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C26 is #FFD3D9. Grayscale: #1E1E1E. Windows color (decimal): -16765914 or 2501632. OLE color: 2501632.

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

Color convert

RGB 0 44 38 -
CMYK 1 0 0.14 0.83
HSL 171.82º 1% 0.09% -
HSV(B) 171.82º 1% 0.17% -
XYZ 1.25 1.94 2.14 -
YUV 30.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 0 44 38 1 0 0.14 0.83 171.82 1 0.09
Hex 0 2C 26 64 0 E 53 AC 64 9
Octal 0 54 46 144 0 16 123 254 144 11
Binary 0 101100 100110 1100100 0 1110 1010011 10101100 1100100 1001

Color Harmonies of #002C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C26

Black with #002C26

Text Example


Text Example

White with #002C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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