Html Css Color HEX #02110F Dark Green

📋 copy color: '#02110F'

red 2 ◦ green 17 ◦ blue 15

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

Shades of Dark Green #02110F

Tints of Dark Green #02110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 50%

 BLUE value IS 15 (6.25% from 255) = 44.12%

R = 5.88%
G = 50%
B = 44.12%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.93

RGB Variations

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

Color information

#02110F (or 0x02110F) is known color: Dark Green. HEX triplet: 02, 11 and 0F. RGB value is (2,17,15). Sum of RGB (Red+Green+Blue) = 2+17+15=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 17 (7.03% from 255 or 50% from 34); Blue value is 15 (6.25% from 255 or 44.12% from 34); Max value from RGB is 17 - color contains mainly: green. Hex color #02110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02110F is #FDEEF0. Grayscale: #0C0C0C. Windows color (decimal): -16641777 or 987394. OLE color: 987394.

HSL color Cylindrical-coordinate representation of color #02110F: hue angle of 172º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #02110F is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 17 15 -
CMYK 0.88 0 0.12 0.93
HSL 172º 0.79% 0.04% -
HSV(B) 172º 0.88% 0.07% -
XYZ 0.31 0.45 0.52 -
YUV 12.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 2 17 15 0.88 0 0.12 0.93 172 0.79 0.04
Hex 2 11 F 58 0 C 5D AC 4F 4
Octal 2 21 17 130 0 14 135 254 117 4
Binary 10 10001 1111 1011000 0 1100 1011101 10101100 1001111 100

Color Harmonies of #02110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02110F

Black with #02110F

Text Example


Text Example

White with #02110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02110F; }

 p { color: rgb(2,17,15); }

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

background-color css

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

 a { background-color: rgb(2,17,15); }

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

border-color css

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

 span { border-color: rgb(2,17,15); }

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