Html Css Color HEX #002015 Dark Green

📋 copy color: '#002015'

red 0 ◦ green 32 ◦ blue 21

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

Shades of Dark Green #002015

Tints of Dark Green #002015

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 60.38%

 BLUE value IS 21 (8.59% from 255) = 39.62%

R = 0%
G = 60.38%
B = 39.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#002015 (or 0x002015) is known color: Dark Green. HEX triplet: 00, 20 and 15. RGB value is (0,32,21). Sum of RGB (Red+Green+Blue) = 0+32+21=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #002015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002015 is #FFDFEA. Grayscale: #151515. Windows color (decimal): -16769003 or 1384448. OLE color: 1384448.

HSL color Cylindrical-coordinate representation of color #002015: hue angle of 159.38º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002015 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 32 21 -
CMYK 1 0 0.34 0.87
HSL 159.38º 1% 0.06% -
HSV(B) 159.38º 1% 0.13% -
XYZ 0.65 1.09 0.88 -
YUV 21.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 0 32 21 1 0 0.34 0.87 159.38 1 0.06
Hex 0 20 15 64 0 22 57 9F 64 6
Octal 0 40 25 144 0 42 127 237 144 6
Binary 0 100000 10101 1100100 0 100010 1010111 10011111 1100100 110

Color Harmonies of #002015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002015

Black with #002015

Text Example


Text Example

White with #002015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002015; }

 p { color: rgb(0,32,21); }

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

background-color css

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

 a { background-color: rgb(0,32,21); }

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

border-color css

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

 span { border-color: rgb(0,32,21); }

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