#01332A

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

Shades of Dark Green #01332A

Tints of Dark Green #01332A

Color information

#01332A (or 0x01332A) is unknown color: approx Dark Green. HEX triplet: 01, 33 and 2A. RGB value is (1,51,42). Sum of RGB (Red+Green+Blue) = 1+51+42=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #01332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01332A is #FECCD5. Grayscale: #232323. Windows color (decimal): -16698582 or 2765569. OLE color: 2765569.

HSL color Cylindrical-coordinate representation of color #01332A: hue angle of 169.2º 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 #01332A is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB15142-
CMYK0.9800.180.8
HSL169.2º96.15%10.2%-
HSV(B)169.2º98.04%20%-
XYZ1.612.542.6-
YUV35.02131.94103.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 51 (20.31% from 255) = 54.26%
BLUE value IS 42 (16.80% from 255) = 44.68%
R=1.06%
G=54.26%
B=44.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal151420.9800.180.8169.296.1510.2
Hex1332A6201250a960a
Octal1635214202212025114012
Binary1110011101010110001001001010100001010100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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