#01230A

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

Shades of Dark Green #01230A

Tints of Dark Green #01230A

Color information

#01230A (or 0x01230A) is unknown color: approx Dark Green. HEX triplet: 01, 23 and 0A. RGB value is (1,35,10). Sum of RGB (Red+Green+Blue) = 1+35+10=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 35 (14.06% from 255 or 76.09% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 35 - color contains mainly: green. Hex color #01230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01230A is #FEDCF5. Grayscale: #161616. Windows color (decimal): -16702710 or 664321. OLE color: 664321.

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

Color convert

RGB13510-
CMYK0.9700.710.86
HSL135.88º94.44%7.06%-
HSV(B)135.88º97.14%13.73%-
XYZ0.671.230.49-
YUV21.98121.24113.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.17%
GREEN value IS 35 (14.06% from 255) = 76.09%
BLUE value IS 10 (4.30% from 255) = 21.74%
R=2.17%
G=76.09%
B=21.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal135100.9700.710.86135.8894.447.06
Hex123A6104756885e7
Octal1431214101071262101367
Binary110001110101100001010001111010110100010001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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