Html Css Color HEX #013824 Dark Green

📋 copy color: '#013824'

red 1 ◦ green 56 ◦ blue 36

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

Shades of Dark Green #013824

Tints of Dark Green #013824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 38.71%

R = 1.08%
G = 60.22%
B = 38.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#013824 (or 0x013824) is known color: Dark Green. HEX triplet: 01, 38 and 24. RGB value is (1,56,36). Sum of RGB (Red+Green+Blue) = 1+56+36=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #013824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013824 is #FEC7DB. Grayscale: #252525. Windows color (decimal): -16697308 or 2373633. OLE color: 2373633.

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

Color convert

RGB 1 56 36 -
CMYK 0.98 0 0.36 0.78
HSL 158.18º 0.96% 0.11% -
HSV(B) 158.18º 0.98% 0.22% -
XYZ 1.75 2.96 2.15 -
YUV 37.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 1 56 36 0.98 0 0.36 0.78 158.18 0.96 0.11
Hex 1 38 24 62 0 24 4E 9E 60 B
Octal 1 70 44 142 0 44 116 236 140 13
Binary 1 111000 100100 1100010 0 100100 1001110 10011110 1100000 1011

Color Harmonies of #013824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013824

Black with #013824

Text Example


Text Example

White with #013824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013824; }

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

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

background-color css

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

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

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

border-color css

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

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

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