Html Css Color HEX #01381D Dark Green

📋 copy color: '#01381D'

red 1 ◦ green 56 ◦ blue 29

#01381D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #01381D

Tints of Dark Green #01381D

RGB

 RED value IS 1 (0.78% from 255) = 1.16%

 GREEN value IS 56 (22.27% from 255) = 65.12%

 BLUE value IS 29 (11.72% from 255) = 33.72%

R = 1.16%
G = 65.12%
B = 33.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#01381D (or 0x01381D) is known color: Dark Green. HEX triplet: 01, 38 and 1D. RGB value is (1,56,29). Sum of RGB (Red+Green+Blue) = 1+56+29=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 56 (22.27% from 255 or 65.12% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 56 - color contains mainly: green. Hex color #01381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01381D is #FEC7E2. Grayscale: #242424. Windows color (decimal): -16697315 or 1914881. OLE color: 1914881.

HSL color Cylindrical-coordinate representation of color #01381D: hue angle of 150.55º 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 #01381D is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 56 29 -
CMYK 0.98 0 0.48 0.78
HSL 150.55º 0.96% 0.11% -
HSV(B) 150.55º 0.98% 0.22% -
XYZ 1.65 2.92 1.64 -
YUV 36.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 1 56 29 0.98 0 0.48 0.78 150.55 0.96 0.11
Hex 1 38 1D 62 0 30 4E 97 60 B
Octal 1 70 35 142 0 60 116 227 140 13
Binary 1 111000 11101 1100010 0 110000 1001110 10010111 1100000 1011

Color Harmonies of #01381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01381D

Black with #01381D

Text Example


Text Example

White with #01381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01381D;
 }
 .AnyTagClassName
 {
   color: #01381D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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