#01331B

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

Shades of Dark Green #01331B

Tints of Dark Green #01331B

Color information

#01331B (or 0x01331B) is unknown color: approx Dark Green. HEX triplet: 01, 33 and 1B. RGB value is (1,51,27). Sum of RGB (Red+Green+Blue) = 1+51+27=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 51 (20.31% from 255 or 64.56% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 51 - color contains mainly: green. Hex color #01331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01331B is #FECCE4. Grayscale: #212121. Windows color (decimal): -16698597 or 1782529. OLE color: 1782529.

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

Color convert

RGB15127-
CMYK0.9800.470.8
HSL151.2º96.15%10.2%-
HSV(B)151.2º98.04%20%-
XYZ1.392.451.44-
YUV33.31124.44104.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 51 (20.31% from 255) = 64.56%
BLUE value IS 27 (10.94% from 255) = 34.18%
R=1.27%
G=64.56%
B=34.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal151270.9800.470.8151.296.1510.2
Hex1331B6202F509760a
Octal1633314205712022714012
Binary1110011110111100010010111110100001001011111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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