#01230F

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

Shades of Dark Green #01230F

Tints of Dark Green #01230F

Color information

#01230F (or 0x01230F) is unknown color: approx Dark Green. HEX triplet: 01, 23 and 0F. RGB value is (1,35,15). Sum of RGB (Red+Green+Blue) = 1+35+15=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 35 (14.06% from 255 or 68.63% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 35 - color contains mainly: green. Hex color #01230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01230F is #FEDCF0. Grayscale: #161616. Windows color (decimal): -16702705 or 992001. OLE color: 992001.

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

Color convert

RGB13515-
CMYK0.9700.570.86
HSL144.71º94.44%7.06%-
HSV(B)144.71º97.14%13.73%-
XYZ0.71.240.65-
YUV22.55123.74112.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 35 (14.06% from 255) = 68.63%
BLUE value IS 15 (6.25% from 255) = 29.41%
R=1.96%
G=68.63%
B=29.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal135150.9700.570.86144.7194.447.06
Hex123F6103956915e7
Octal143171410711262211367
Binary11000111111110000101110011010110100100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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