#01332F

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

Shades of Dark Green #01332F

Tints of Dark Green #01332F

Color information

#01332F (or 0x01332F) is unknown color: approx Dark Green. HEX triplet: 01, 33 and 2F. RGB value is (1,51,47). Sum of RGB (Red+Green+Blue) = 1+51+47=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #01332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01332F is #FECCD0. Grayscale: #232323. Windows color (decimal): -16698577 or 3093249. OLE color: 3093249.

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

Color convert

RGB15147-
CMYK0.9800.080.8
HSL175.2º96.15%10.2%-
HSV(B)175.2º98.04%20%-
XYZ1.712.583.1-
YUV35.59134.44103.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 51 (20.31% from 255) = 51.52%
BLUE value IS 47 (18.75% from 255) = 47.47%
R=1.01%
G=51.52%
B=47.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal151470.9800.080.8175.296.1510.2
Hex1332F620850af60a
Octal1635714201012025714012
Binary111001110111111000100100010100001010111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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