#01331C

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

Shades of Dark Green #01331C

Tints of Dark Green #01331C

Color information

#01331C (or 0x01331C) is unknown color: approx Dark Green. HEX triplet: 01, 33 and 1C. RGB value is (1,51,28). Sum of RGB (Red+Green+Blue) = 1+51+28=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #01331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01331C is #FECCE3. Grayscale: #212121. Windows color (decimal): -16698596 or 1848065. OLE color: 1848065.

HSL color Cylindrical-coordinate representation of color #01331C: hue angle of 152.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01331C is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB15128-
CMYK0.9800.450.8
HSL152.4º96.15%10.2%-
HSV(B)152.4º98.04%20%-
XYZ1.412.461.5-
YUV33.43124.94104.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 51 (20.31% from 255) = 63.75%
BLUE value IS 28 (11.33% from 255) = 35%
R=1.25%
G=63.75%
B=35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal151280.9800.450.8152.496.1510.2
Hex1331C6202D509860a
Octal1633414205512023014012
Binary1110011111001100010010110110100001001100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,51,28); }

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

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

 a { background-color: rgb(1,51,28); }

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

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

 span { border-color: rgb(1,51,28); }

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