#01231E

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

Shades of Dark Green #01231E

Tints of Dark Green #01231E

Color information

#01231E (or 0x01231E) is unknown color: approx Dark Green. HEX triplet: 01, 23 and 1E. RGB value is (1,35,30). Sum of RGB (Red+Green+Blue) = 1+35+30=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #01231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01231E is #FEDCE1. Grayscale: #181818. Windows color (decimal): -16702690 or 1975041. OLE color: 1975041.

HSL color Cylindrical-coordinate representation of color #01231E: hue angle of 171.18º 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 #01231E is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB13530-
CMYK0.9700.140.86
HSL171.18º94.44%7.06%-
HSV(B)171.18º97.14%13.73%-
XYZ0.851.31.43-
YUV24.26131.24111.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.52%
GREEN value IS 35 (14.06% from 255) = 53.03%
BLUE value IS 30 (12.11% from 255) = 45.45%
R=1.52%
G=53.03%
B=45.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal135300.9700.140.86171.1894.447.06
Hex1231E610E56ab5e7
Octal143361410161262531367
Binary1100011111101100001011101010110101010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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