Html Css Color HEX #01251B Dark Green

📋 copy color: '#01251B'

red 1 ◦ green 37 ◦ blue 27

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

Shades of Dark Green #01251B

Tints of Dark Green #01251B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 41.54%

R = 1.54%
G = 56.92%
B = 41.54%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#01251B (or 0x01251B) is known color: Dark Green. HEX triplet: 01, 25 and 1B. RGB value is (1,37,27). Sum of RGB (Red+Green+Blue) = 1+37+27=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #01251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01251B is #FEDAE4. Grayscale: #191919. Windows color (decimal): -16702181 or 1778945. OLE color: 1778945.

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

Color convert

RGB 1 37 27 -
CMYK 0.97 0 0.27 0.85
HSL 163.33º 0.95% 0.07% -
HSV(B) 163.33º 0.97% 0.15% -
XYZ 0.87 1.41 1.26 -
YUV 25.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 1 37 27 0.97 0 0.27 0.85 163.33 0.95 0.07
Hex 1 25 1B 61 0 1B 55 A3 5F 7
Octal 1 45 33 141 0 33 125 243 137 7
Binary 1 100101 11011 1100001 0 11011 1010101 10100011 1011111 111

Color Harmonies of #01251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01251B

Black with #01251B

Text Example


Text Example

White with #01251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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