Html Css Color HEX #01201F Dark Green

📋 copy color: '#01201F'

red 1 ◦ green 32 ◦ blue 31

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

Shades of Dark Green #01201F

Tints of Dark Green #01201F

RGB

 RED value IS 1 (0.78% from 255) = 1.56%

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

 BLUE value IS 31 (12.5% from 255) = 48.44%

R = 1.56%
G = 50%
B = 48.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#01201F (or 0x01201F) is known color: Dark Green. HEX triplet: 01, 20 and 1F. RGB value is (1,32,31). Sum of RGB (Red+Green+Blue) = 1+32+31=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 32 (12.89% from 255 or 50% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 32 - color contains mainly: green. Hex color #01201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01201F is #FEDFE0. Grayscale: #161616. Windows color (decimal): -16703457 or 2039809. OLE color: 2039809.

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

Color convert

RGB 1 32 31 -
CMYK 0.97 0 0.03 0.87
HSL 178.06º 0.94% 0.06% -
HSV(B) 178.06º 0.97% 0.13% -
XYZ 0.78 1.14 1.48 -
YUV 22.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 1 32 31 0.97 0 0.03 0.87 178.06 0.94 0.06
Hex 1 20 1F 61 0 3 57 B2 5E 6
Octal 1 40 37 141 0 3 127 262 136 6
Binary 1 100000 11111 1100001 0 11 1010111 10110010 1011110 110

Color Harmonies of #01201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01201F

Black with #01201F

Text Example


Text Example

White with #01201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01201F; }

 p { color: rgb(1,32,31); }

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

background-color css

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

 a { background-color: rgb(1,32,31); }

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

border-color css

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

 span { border-color: rgb(1,32,31); }

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