Html Css Color HEX #021C1B Dark Green

📋 copy color: '#021C1B'

red 2 ◦ green 28 ◦ blue 27

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

Shades of Dark Green #021C1B

Tints of Dark Green #021C1B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 49.12%

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

R = 3.51%
G = 49.12%
B = 47.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.89

RGB Variations

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

Color information

#021C1B (or 0x021C1B) is known color: Dark Green. HEX triplet: 02, 1C and 1B. RGB value is (2,28,27). Sum of RGB (Red+Green+Blue) = 2+28+27=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #021C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C1B is #FDE3E4. Grayscale: #141414. Windows color (decimal): -16638949 or 1776642. OLE color: 1776642.

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

Color convert

RGB 2 28 27 -
CMYK 0.93 0 0.04 0.89
HSL 177.69º 0.87% 0.06% -
HSV(B) 177.69º 0.93% 0.11% -
XYZ 0.64 0.92 1.18 -
YUV 20.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 2 28 27 0.93 0 0.04 0.89 177.69 0.87 0.06
Hex 2 1C 1B 5D 0 4 59 B2 57 6
Octal 2 34 33 135 0 4 131 262 127 6
Binary 10 11100 11011 1011101 0 100 1011001 10110010 1010111 110

Color Harmonies of #021C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C1B

Black with #021C1B

Text Example


Text Example

White with #021C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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