Html Css Color HEX #02150A Dark Green

📋 copy color: '#02150A'

red 2 ◦ green 21 ◦ blue 10

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

Shades of Dark Green #02150A

Tints of Dark Green #02150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 30.3%

R = 6.06%
G = 63.64%
B = 30.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#02150A (or 0x02150A) is known color: Dark Green. HEX triplet: 02, 15 and 0A. RGB value is (2,21,10). Sum of RGB (Red+Green+Blue) = 2+21+10=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 21 (8.59% from 255 or 63.64% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 21 - color contains mainly: green. Hex color #02150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02150A is #FDEAF5. Grayscale: #0E0E0E. Windows color (decimal): -16640758 or 660738. OLE color: 660738.

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

Color convert

RGB 2 21 10 -
CMYK 0.90 0 0.52 0.92
HSL 145.26º 0.83% 0.05% -
HSV(B) 145.26º 0.9% 0.08% -
XYZ 0.35 0.57 0.38 -
YUV 14.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 2 21 10 0.90 0 0.52 0.92 145.26 0.83 0.05
Hex 2 15 A 5A 0 34 5C 91 53 5
Octal 2 25 12 132 0 64 134 221 123 5
Binary 10 10101 1010 1011010 0 110100 1011100 10010001 1010011 101

Color Harmonies of #02150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02150A

Black with #02150A

Text Example


Text Example

White with #02150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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