#01250A

Color #01250A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #01250A

Tints of Dark Green #01250A

Color information

#01250A (or 0x01250A) is unknown color: approx 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

RGB13710-
CMYK0.9700.730.85
HSL135º94.74%7.45%-
HSV(B)135º97.3%14.51%-
XYZ0.731.350.51-
YUV23.16120.57112.2-

RGB Variations

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

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.30% from 255) = 20.83%
R=2.08%
G=77.08%
B=20.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal137100.9700.730.8513594.747.45
Hex125A6104955875f7
Octal1451214101111252071377
Binary110010110101100001010010011010101100001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>