#01231A

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

Shades of Dark Green #01231A

Tints of Dark Green #01231A

Color information

#01231A (or 0x01231A) is unknown color: approx Dark Green. HEX triplet: 01, 23 and 1A. RGB value is (1,35,26). Sum of RGB (Red+Green+Blue) = 1+35+26=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #01231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01231A is #FEDCE5. Grayscale: #171717. Windows color (decimal): -16702694 or 1712897. OLE color: 1712897.

HSL color Cylindrical-coordinate representation of color #01231A: hue angle of 164.12º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01231A is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB13526-
CMYK0.9700.260.86
HSL164.12º94.44%7.06%-
HSV(B)164.12º97.14%13.73%-
XYZ0.81.281.18-
YUV23.81129.24111.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.61%
GREEN value IS 35 (14.06% from 255) = 56.45%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=1.61%
G=56.45%
B=41.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal135260.9700.260.86164.1294.447.06
Hex1231A6101A56a45e7
Octal143321410321262441367
Binary11000111101011000010110101010110101001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,35,26); }

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

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

 a { background-color: rgb(1,35,26); }

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

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

 span { border-color: rgb(1,35,26); }

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