Html Css Color HEX #01251D Dark Green

📋 copy color: '#01251D'

red 1 ◦ green 37 ◦ blue 29

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

Shades of Dark Green #01251D

Tints of Dark Green #01251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 43.28%

R = 1.49%
G = 55.22%
B = 43.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#01251D (or 0x01251D) is known color: Dark Green. HEX triplet: 01, 25 and 1D. RGB value is (1,37,29). Sum of RGB (Red+Green+Blue) = 1+37+29=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #01251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01251D is #FEDAE2. Grayscale: #191919. Windows color (decimal): -16702179 or 1910017. OLE color: 1910017.

HSL color Cylindrical-coordinate representation of color #01251D: hue angle of 166.67º 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 #01251D is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 37 29 -
CMYK 0.97 0 0.22 0.85
HSL 166.67º 0.95% 0.07% -
HSV(B) 166.67º 0.97% 0.15% -
XYZ 0.9 1.42 1.39 -
YUV 25.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 1 37 29 0.97 0 0.22 0.85 166.67 0.95 0.07
Hex 1 25 1D 61 0 16 55 A7 5F 7
Octal 1 45 35 141 0 26 125 247 137 7
Binary 1 100101 11101 1100001 0 10110 1010101 10100111 1011111 111

Color Harmonies of #01251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01251D

Black with #01251D

Text Example


Text Example

White with #01251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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