#01381E

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

Shades of Dark Green #01381E

Tints of Dark Green #01381E

Color information

#01381E (or 0x01381E) is unknown color: approx Dark Green. HEX triplet: 01, 38 and 1E. RGB value is (1,56,30). Sum of RGB (Red+Green+Blue) = 1+56+30=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 56 (22.27% from 255 or 64.37% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 56 - color contains mainly: green. Hex color #01381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01381E is #FEC7E1. Grayscale: #242424. Windows color (decimal): -16697314 or 1980417. OLE color: 1980417.

HSL color Cylindrical-coordinate representation of color #01381E: hue angle of 151.64º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01381E is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB15630-
CMYK0.9800.460.78
HSL151.64º96.49%11.18%-
HSV(B)151.64º98.21%21.96%-
XYZ1.662.931.71-
YUV36.59124.28102.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 56 (22.27% from 255) = 64.37%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=1.15%
G=64.37%
B=34.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal156300.9800.460.78151.6496.4911.18
Hex1381E6202E4E9860b
Octal1703614205611623014013
Binary1111000111101100010010111010011101001100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,56,30); }

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

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

 a { background-color: rgb(1,56,30); }

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

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

 span { border-color: rgb(1,56,30); }

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