Html Css Color HEX #021A1B Dark Green

📋 copy color: '#021A1B'

red 2 ◦ green 26 ◦ blue 27

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

Shades of Dark Green #021A1B

Tints of Dark Green #021A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 47.27%

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

R = 3.64%
G = 47.27%
B = 49.09%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#021A1B (or 0x021A1B) is known color: Dark Green. HEX triplet: 02, 1A and 1B. RGB value is (2,26,27). Sum of RGB (Red+Green+Blue) = 2+26+27=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #021A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A1B is #FDE5E4. Grayscale: #121212. Windows color (decimal): -16639461 or 1776130. OLE color: 1776130.

HSL color Cylindrical-coordinate representation of color #021A1B: hue angle of 182.4º degrees, saturation: 0.86, 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 #021A1B is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 26 27 -
CMYK 0.93 0.04 0 0.89
HSL 182.4º 0.86% 0.06% -
HSV(B) 182.4º 0.93% 0.11% -
XYZ 0.59 0.83 1.17 -
YUV 18.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 2 26 27 0.93 0.04 0 0.89 182.4 0.86 0.06
Hex 2 1A 1B 5D 4 0 59 B6 56 6
Octal 2 32 33 135 4 0 131 266 126 6
Binary 10 11010 11011 1011101 100 0 1011001 10110110 1010110 110

Color Harmonies of #021A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A1B

Black with #021A1B

Text Example


Text Example

White with #021A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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