Html Css Color HEX #01250A Dark Green

📋 copy color: '#01250A'

red 1 ◦ green 37 ◦ blue 10

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

Shades of Dark Green #01250A

Tints of Dark Green #01250A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 20.83%

R = 2.08%
G = 77.08%
B = 20.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#01250A (or 0x01250A) is known color: Dark Green. HEX triplet: 01, 25 and 0A. RGB value is (1,37,10). Sum of RGB (Red+Green+Blue) = 1+37+10=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 37 (14.84% from 255 or 77.08% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 37 - color contains mainly: green. Hex color #01250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01250A is #FEDAF5. Grayscale: #171717. Windows color (decimal): -16702198 or 664833. OLE color: 664833.

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

Color convert

RGB 1 37 10 -
CMYK 0.97 0 0.73 0.85
HSL 135º 0.95% 0.07% -
HSV(B) 135º 0.97% 0.15% -
XYZ 0.73 1.35 0.51 -
YUV 23.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 1 37 10 0.97 0 0.73 0.85 135 0.95 0.07
Hex 1 25 A 61 0 49 55 87 5F 7
Octal 1 45 12 141 0 111 125 207 137 7
Binary 1 100101 1010 1100001 0 1001001 1010101 10000111 1011111 111

Color Harmonies of #01250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01250A

Black with #01250A

Text Example


Text Example

White with #01250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01250A; }

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

 H1.HeaderClassName
 {
   color: #01250A;
 }
 .AnyTagClassName
 {
   color: #01250A;
 }
</style>

background-color css

<style>
 a { background-color: #01250A; }

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

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

border-color css

<style>
 span { border-color: #01250A; }

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

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