#01260C

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

Shades of Dark Green #01260C

Tints of Dark Green #01260C

Color information

#01260C (or 0x01260C) is unknown color: approx Dark Green. HEX triplet: 01, 26 and 0C. RGB value is (1,38,12). Sum of RGB (Red+Green+Blue) = 1+38+12=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 38 (15.23% from 255 or 74.51% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 38 - color contains mainly: green. Hex color #01260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01260C is #FED9F3. Grayscale: #181818. Windows color (decimal): -16701940 or 796161. OLE color: 796161.

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

Color convert

RGB13812-
CMYK0.9700.680.85
HSL137.84º94.87%7.65%-
HSV(B)137.84º97.37%14.9%-
XYZ0.771.420.58-
YUV23.97121.24111.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 38 (15.23% from 255) = 74.51%
BLUE value IS 12 (5.08% from 255) = 23.53%
R=1.96%
G=74.51%
B=23.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal138120.9700.680.85137.8494.877.65
Hex126C61044558a5f8
Octal14614141010412521213710
Binary1100110110011000010100010010101011000101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01260C; }

 p { color: rgb(1,38,12); }

 H1.HeaderClassName
 {
   color: #01260C;
 }
 .AnyTagClassName
 {
   color: #01260C;
 }
</style>
background-color css

<style>
 a { background-color: #01260C; }

 a { background-color: rgb(1,38,12); }

 div.DivClassName
 {
   background-color: #01260C;
 }
 .BgClassName
 {
   background-color: #01260C;
 }
</style>
border-color css

<style>
 span { border-color: #01260C; }

 span { border-color: rgb(1,38,12); }

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