Html Css Color HEX #02150D Dark Green

📋 copy color: '#02150D'

red 2 ◦ green 21 ◦ blue 13

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

Shades of Dark Green #02150D

Tints of Dark Green #02150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 58.33%

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

R = 5.56%
G = 58.33%
B = 36.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#02150D (or 0x02150D) is known color: Dark Green. HEX triplet: 02, 15 and 0D. RGB value is (2,21,13). Sum of RGB (Red+Green+Blue) = 2+21+13=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 21 (8.59% from 255 or 58.33% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 21 - color contains mainly: green. Hex color #02150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02150D is #FDEAF2. Grayscale: #0E0E0E. Windows color (decimal): -16640755 or 857346. OLE color: 857346.

HSL color Cylindrical-coordinate representation of color #02150D: hue angle of 154.74º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #02150D is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 21 13 -
CMYK 0.90 0 0.38 0.92
HSL 154.74º 0.83% 0.05% -
HSV(B) 154.74º 0.9% 0.08% -
XYZ 0.37 0.58 0.47 -
YUV 14.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 2 21 13 0.90 0 0.38 0.92 154.74 0.83 0.05
Hex 2 15 D 5A 0 26 5C 9B 53 5
Octal 2 25 15 132 0 46 134 233 123 5
Binary 10 10101 1101 1011010 0 100110 1011100 10011011 1010011 101

Color Harmonies of #02150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02150D

Black with #02150D

Text Example


Text Example

White with #02150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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