Html Css Color HEX #021F0A Dark Green

📋 copy color: '#021F0A'

red 2 ◦ green 31 ◦ blue 10

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

Shades of Dark Green #021F0A

Tints of Dark Green #021F0A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 72.09%

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

R = 4.65%
G = 72.09%
B = 23.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.88

RGB Variations

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

Color information

#021F0A (or 0x021F0A) is known color: Dark Green. HEX triplet: 02, 1F and 0A. RGB value is (2,31,10). Sum of RGB (Red+Green+Blue) = 2+31+10=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 31 (12.5% from 255 or 72.09% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 31 - color contains mainly: green. Hex color #021F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F0A is #FDE0F5. Grayscale: #131313. Windows color (decimal): -16638198 or 663298. OLE color: 663298.

HSL color Cylindrical-coordinate representation of color #021F0A: hue angle of 136.55º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021F0A is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 31 10 -
CMYK 0.94 0 0.68 0.88
HSL 136.55º 0.88% 0.06% -
HSV(B) 136.55º 0.94% 0.12% -
XYZ 0.57 1.01 0.45 -
YUV 19.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 2 31 10 0.94 0 0.68 0.88 136.55 0.88 0.06
Hex 2 1F A 5E 0 44 58 89 58 6
Octal 2 37 12 136 0 104 130 211 130 6
Binary 10 11111 1010 1011110 0 1000100 1011000 10001001 1011000 110

Color Harmonies of #021F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F0A

Black with #021F0A

Text Example


Text Example

White with #021F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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