Html Css Color HEX #021715 Dark Green

📋 copy color: '#021715'

red 2 ◦ green 23 ◦ blue 21

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

Shades of Dark Green #021715

Tints of Dark Green #021715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 50%

 BLUE value IS 21 (8.59% from 255) = 45.65%

R = 4.35%
G = 50%
B = 45.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#021715 (or 0x021715) is known color: Dark Green. HEX triplet: 02, 17 and 15. RGB value is (2,23,21). Sum of RGB (Red+Green+Blue) = 2+23+21=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #021715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021715 is #FDE8EA. Grayscale: #101010. Windows color (decimal): -16640235 or 1382146. OLE color: 1382146.

HSL color Cylindrical-coordinate representation of color #021715: hue angle of 174.29º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021715 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 23 21 -
CMYK 0.91 0 0.09 0.91
HSL 174.29º 0.84% 0.05% -
HSV(B) 174.29º 0.91% 0.09% -
XYZ 0.47 0.68 0.82 -
YUV 16.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 2 23 21 0.91 0 0.09 0.91 174.29 0.84 0.05
Hex 2 17 15 5B 0 9 5B AE 54 5
Octal 2 27 25 133 0 11 133 256 124 5
Binary 10 10111 10101 1011011 0 1001 1011011 10101110 1010100 101

Color Harmonies of #021715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021715

Black with #021715

Text Example


Text Example

White with #021715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021715; }

 p { color: rgb(2,23,21); }

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

background-color css

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

 a { background-color: rgb(2,23,21); }

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

border-color css

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

 span { border-color: rgb(2,23,21); }

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