Html Css Color HEX #01381B Dark Green

📋 copy color: '#01381B'

red 1 ◦ green 56 ◦ blue 27

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

Shades of Dark Green #01381B

Tints of Dark Green #01381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 32.14%

R = 1.19%
G = 66.67%
B = 32.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#01381B (or 0x01381B) is known color: Dark Green. HEX triplet: 01, 38 and 1B. RGB value is (1,56,27). Sum of RGB (Red+Green+Blue) = 1+56+27=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 56 (22.27% from 255 or 66.67% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 56 - color contains mainly: green. Hex color #01381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01381B is #FEC7E4. Grayscale: #242424. Windows color (decimal): -16697317 or 1783809. OLE color: 1783809.

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

Color convert

RGB 1 56 27 -
CMYK 0.98 0 0.52 0.78
HSL 148.36º 0.96% 0.11% -
HSV(B) 148.36º 0.98% 0.22% -
XYZ 1.62 2.91 1.51 -
YUV 36.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 1 56 27 0.98 0 0.52 0.78 148.36 0.96 0.11
Hex 1 38 1B 62 0 34 4E 94 60 B
Octal 1 70 33 142 0 64 116 224 140 13
Binary 1 111000 11011 1100010 0 110100 1001110 10010100 1100000 1011

Color Harmonies of #01381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01381B

Black with #01381B

Text Example


Text Example

White with #01381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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