Html Css Color HEX #01251F Dark Green

📋 copy color: '#01251F'

red 1 ◦ green 37 ◦ blue 31

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

Shades of Dark Green #01251F

Tints of Dark Green #01251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 53.62%

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

R = 1.45%
G = 53.62%
B = 44.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#01251F (or 0x01251F) is known color: Dark Green. HEX triplet: 01, 25 and 1F. RGB value is (1,37,31). Sum of RGB (Red+Green+Blue) = 1+37+31=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #01251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01251F is #FEDAE0. Grayscale: #191919. Windows color (decimal): -16702177 or 2041089. OLE color: 2041089.

HSL color Cylindrical-coordinate representation of color #01251F: hue angle of 170º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01251F is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 37 31 -
CMYK 0.97 0 0.16 0.85
HSL 170º 0.95% 0.07% -
HSV(B) 170º 0.97% 0.15% -
XYZ 0.92 1.43 1.52 -
YUV 25.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 1 37 31 0.97 0 0.16 0.85 170 0.95 0.07
Hex 1 25 1F 61 0 10 55 AA 5F 7
Octal 1 45 37 141 0 20 125 252 137 7
Binary 1 100101 11111 1100001 0 10000 1010101 10101010 1011111 111

Color Harmonies of #01251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01251F

Black with #01251F

Text Example


Text Example

White with #01251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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