Html Css Color HEX #002E26 Dark Green

📋 copy color: '#002E26'

red 0 ◦ green 46 ◦ blue 38

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

Shades of Dark Green #002E26

Tints of Dark Green #002E26

RGB

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

 GREEN value IS 46 (18.36% from 255) = 54.76%

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

R = 0%
G = 54.76%
B = 45.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.82

RGB Variations

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

Color information

#002E26 (or 0x002E26) is known color: Dark Green. HEX triplet: 00, 2E and 26. RGB value is (0,46,38). Sum of RGB (Red+Green+Blue) = 0+46+38=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 46 (18.36% from 255 or 54.76% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 46 - color contains mainly: green. Hex color #002E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E26 is #FFD1D9. Grayscale: #1F1F1F. Windows color (decimal): -16765402 or 2502144. OLE color: 2502144.

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

Color convert

RGB 0 46 38 -
CMYK 1 0 0.17 0.82
HSL 169.57º 1% 0.09% -
HSV(B) 169.57º 1% 0.18% -
XYZ 1.33 2.09 2.17 -
YUV 31.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 0 46 38 1 0 0.17 0.82 169.57 1 0.09
Hex 0 2E 26 64 0 11 52 AA 64 9
Octal 0 56 46 144 0 21 122 252 144 11
Binary 0 101110 100110 1100100 0 10001 1010010 10101010 1100100 1001

Color Harmonies of #002E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E26

Black with #002E26

Text Example


Text Example

White with #002E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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