Html Css Color HEX #021D1B Dark Green

📋 copy color: '#021D1B'

red 2 ◦ green 29 ◦ blue 27

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

Shades of Dark Green #021D1B

Tints of Dark Green #021D1B

RGB

 RED value IS 2 (1.17% from 255) = 3.45%

 GREEN value IS 29 (11.72% from 255) = 50%

 BLUE value IS 27 (10.94% from 255) = 46.55%

R = 3.45%
G = 50%
B = 46.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#021D1B (or 0x021D1B) is known color: Dark Green. HEX triplet: 02, 1D and 1B. RGB value is (2,29,27). Sum of RGB (Red+Green+Blue) = 2+29+27=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 29 (11.72% from 255 or 50% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 29 - color contains mainly: green. Hex color #021D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D1B is #FDE2E4. Grayscale: #141414. Windows color (decimal): -16638693 or 1776898. OLE color: 1776898.

HSL color Cylindrical-coordinate representation of color #021D1B: hue angle of 175.56º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021D1B is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 29 27 -
CMYK 0.93 0 0.07 0.89
HSL 175.56º 0.87% 0.06% -
HSV(B) 175.56º 0.93% 0.11% -
XYZ 0.66 0.97 1.19 -
YUV 20.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 2 29 27 0.93 0 0.07 0.89 175.56 0.87 0.06
Hex 2 1D 1B 5D 0 7 59 B0 57 6
Octal 2 35 33 135 0 7 131 260 127 6
Binary 10 11101 11011 1011101 0 111 1011001 10110000 1010111 110

Color Harmonies of #021D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D1B

Black with #021D1B

Text Example


Text Example

White with #021D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021D1B; }

 p { color: rgb(2,29,27); }

 H1.HeaderClassName
 {
   color: #021D1B;
 }
 .AnyTagClassName
 {
   color: #021D1B;
 }
</style>

background-color css

<style>
 a { background-color: #021D1B; }

 a { background-color: rgb(2,29,27); }

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

border-color css

<style>
 span { border-color: #021D1B; }

 span { border-color: rgb(2,29,27); }

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