Html Css Color HEX #02150C Dark Green

📋 copy color: '#02150C'

red 2 ◦ green 21 ◦ blue 12

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

Shades of Dark Green #02150C

Tints of Dark Green #02150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 34.29%

R = 5.71%
G = 60%
B = 34.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#02150C (or 0x02150C) is known color: Dark Green. HEX triplet: 02, 15 and 0C. RGB value is (2,21,12). Sum of RGB (Red+Green+Blue) = 2+21+12=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 21 (8.59% from 255 or 60% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 21 - color contains mainly: green. Hex color #02150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02150C is #FDEAF3. Grayscale: #0E0E0E. Windows color (decimal): -16640756 or 791810. OLE color: 791810.

HSL color Cylindrical-coordinate representation of color #02150C: hue angle of 151.58º 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 #02150C is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 21 12 -
CMYK 0.90 0 0.43 0.92
HSL 151.58º 0.83% 0.05% -
HSV(B) 151.58º 0.9% 0.08% -
XYZ 0.36 0.58 0.44 -
YUV 14.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 2 21 12 0.90 0 0.43 0.92 151.58 0.83 0.05
Hex 2 15 C 5A 0 2B 5C 98 53 5
Octal 2 25 14 132 0 53 134 230 123 5
Binary 10 10101 1100 1011010 0 101011 1011100 10011000 1010011 101

Color Harmonies of #02150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02150C

Black with #02150C

Text Example


Text Example

White with #02150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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