Html Css Color HEX #021509 Dark Green

📋 copy color: '#021509'

red 2 ◦ green 21 ◦ blue 9

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

Shades of Dark Green #021509

Tints of Dark Green #021509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 28.13%

R = 6.25%
G = 65.63%
B = 28.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.92

RGB Variations

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

Color information

#021509 (or 0x021509) is known color: Dark Green. HEX triplet: 02, 15 and 09. RGB value is (2,21,9). Sum of RGB (Red+Green+Blue) = 2+21+9=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 21 (8.59% from 255 or 65.62% from 32); Blue value is 9 (3.91% from 255 or 28.12% from 32); Max value from RGB is 21 - color contains mainly: green. Hex color #021509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021509 is #FDEAF6. Grayscale: #0D0D0D. Windows color (decimal): -16640759 or 595202. OLE color: 595202.

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

Color convert

RGB 2 21 9 -
CMYK 0.90 0 0.57 0.92
HSL 142.11º 0.83% 0.05% -
HSV(B) 142.11º 0.9% 0.08% -
XYZ 0.34 0.57 0.35 -
YUV 13.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 2 21 9 0.90 0 0.57 0.92 142.11 0.83 0.05
Hex 2 15 9 5A 0 39 5C 8E 53 5
Octal 2 25 11 132 0 71 134 216 123 5
Binary 10 10101 1001 1011010 0 111001 1011100 10001110 1010011 101

Color Harmonies of #021509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021509

Black with #021509

Text Example


Text Example

White with #021509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021509; }

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

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

background-color css

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

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

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

border-color css

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

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

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