Html Css Color HEX #021F0C Dark Green

📋 copy color: '#021F0C'

red 2 ◦ green 31 ◦ blue 12

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

Shades of Dark Green #021F0C

Tints of Dark Green #021F0C

RGB

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

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

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

R = 4.44%
G = 68.89%
B = 26.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.88

RGB Variations

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

Color information

#021F0C (or 0x021F0C) is known color: Dark Green. HEX triplet: 02, 1F and 0C. RGB value is (2,31,12). Sum of RGB (Red+Green+Blue) = 2+31+12=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 31 (12.5% from 255 or 68.89% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 31 - color contains mainly: green. Hex color #021F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F0C is #FDE0F3. Grayscale: #141414. Windows color (decimal): -16638196 or 794370. OLE color: 794370.

HSL color Cylindrical-coordinate representation of color #021F0C: hue angle of 140.69º 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 #021F0C is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 31 12 -
CMYK 0.94 0 0.61 0.88
HSL 140.69º 0.88% 0.06% -
HSV(B) 140.69º 0.94% 0.12% -
XYZ 0.58 1.02 0.51 -
YUV 20.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 2 31 12 0.94 0 0.61 0.88 140.69 0.88 0.06
Hex 2 1F C 5E 0 3D 58 8D 58 6
Octal 2 37 14 136 0 75 130 215 130 6
Binary 10 11111 1100 1011110 0 111101 1011000 10001101 1011000 110

Color Harmonies of #021F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F0C

Black with #021F0C

Text Example


Text Example

White with #021F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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