Html Css Color HEX #002E21 Dark Green

📋 copy color: '#002E21'

red 0 ◦ green 46 ◦ blue 33

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

Shades of Dark Green #002E21

Tints of Dark Green #002E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 41.77%

R = 0%
G = 58.23%
B = 41.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.82

RGB Variations

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

Color information

#002E21 (or 0x002E21) is known color: Dark Green. HEX triplet: 00, 2E and 21. RGB value is (0,46,33). Sum of RGB (Red+Green+Blue) = 0+46+33=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 46 (18.36% from 255 or 58.23% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 46 - color contains mainly: green. Hex color #002E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E21 is #FFD1DE. Grayscale: #1E1E1E. Windows color (decimal): -16765407 or 2174464. OLE color: 2174464.

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

Color convert

RGB 0 46 33 -
CMYK 1 0 0.28 0.82
HSL 163.04º 1% 0.09% -
HSV(B) 163.04º 1% 0.18% -
XYZ 1.25 2.06 1.77 -
YUV 30.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 0 46 33 1 0 0.28 0.82 163.04 1 0.09
Hex 0 2E 21 64 0 1C 52 A3 64 9
Octal 0 56 41 144 0 34 122 243 144 11
Binary 0 101110 100001 1100100 0 11100 1010010 10100011 1100100 1001

Color Harmonies of #002E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E21

Black with #002E21

Text Example


Text Example

White with #002E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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