Html Css Color HEX #013A24 Dark Green

📋 copy color: '#013A24'

red 1 ◦ green 58 ◦ blue 36

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

Shades of Dark Green #013A24

Tints of Dark Green #013A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 61.05%

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

R = 1.05%
G = 61.05%
B = 37.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.77

RGB Variations

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

Color information

#013A24 (or 0x013A24) is known color: Dark Green. HEX triplet: 01, 3A and 24. RGB value is (1,58,36). Sum of RGB (Red+Green+Blue) = 1+58+36=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #013A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A24 is #FEC5DB. Grayscale: #262626. Windows color (decimal): -16696796 or 2374145. OLE color: 2374145.

HSL color Cylindrical-coordinate representation of color #013A24: hue angle of 156.84º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013A24 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 58 36 -
CMYK 0.98 0 0.38 0.77
HSL 156.84º 0.97% 0.12% -
HSV(B) 156.84º 0.98% 0.23% -
XYZ 1.84 3.16 2.18 -
YUV 38.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 1 58 36 0.98 0 0.38 0.77 156.84 0.97 0.12
Hex 1 3A 24 62 0 26 4D 9D 61 C
Octal 1 72 44 142 0 46 115 235 141 14
Binary 1 111010 100100 1100010 0 100110 1001101 10011101 1100001 1100

Color Harmonies of #013A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A24

Black with #013A24

Text Example


Text Example

White with #013A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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