#01332E

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

Shades of Dark Green #01332E

Tints of Dark Green #01332E

Color information

#01332E (or 0x01332E) is unknown color: approx Dark Green. HEX triplet: 01, 33 and 2E. RGB value is (1,51,46). Sum of RGB (Red+Green+Blue) = 1+51+46=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #01332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01332E is #FECCD1. Grayscale: #232323. Windows color (decimal): -16698578 or 3027713. OLE color: 3027713.

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

Color convert

RGB15146-
CMYK0.9800.100.8
HSL174º96.15%10.2%-
HSV(B)174º98.04%20%-
XYZ1.692.572.99-
YUV35.48133.94103.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 51 (20.31% from 255) = 52.04%
BLUE value IS 46 (18.36% from 255) = 46.94%
R=1.02%
G=52.04%
B=46.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal151460.9800.100.817496.1510.2
Hex1332E620A50ae60a
Octal1635614201212025614012
Binary111001110111011000100101010100001010111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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