Html Css Color HEX #02170D Dark Green

📋 copy color: '#02170D'

red 2 ◦ green 23 ◦ blue 13

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

Shades of Dark Green #02170D

Tints of Dark Green #02170D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 34.21%

R = 5.26%
G = 60.53%
B = 34.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#02170D (or 0x02170D) is known color: Dark Green. HEX triplet: 02, 17 and 0D. RGB value is (2,23,13). Sum of RGB (Red+Green+Blue) = 2+23+13=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 23 (9.38% from 255 or 60.53% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 23 - color contains mainly: green. Hex color #02170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02170D is #FDE8F2. Grayscale: #0F0F0F. Windows color (decimal): -16640243 or 857858. OLE color: 857858.

HSL color Cylindrical-coordinate representation of color #02170D: hue angle of 151.43º 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 #02170D is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 23 13 -
CMYK 0.91 0 0.43 0.91
HSL 151.43º 0.84% 0.05% -
HSV(B) 151.43º 0.91% 0.09% -
XYZ 0.4 0.65 0.49 -
YUV 15.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 2 23 13 0.91 0 0.43 0.91 151.43 0.84 0.05
Hex 2 17 D 5B 0 2B 5B 97 54 5
Octal 2 27 15 133 0 53 133 227 124 5
Binary 10 10111 1101 1011011 0 101011 1011011 10010111 1010100 101

Color Harmonies of #02170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02170D

Black with #02170D

Text Example


Text Example

White with #02170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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