Html Css Color HEX #012524 Dark Green

📋 copy color: '#012524'

red 1 ◦ green 37 ◦ blue 36

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

Shades of Dark Green #012524

Tints of Dark Green #012524

RGB

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

 GREEN value IS 37 (14.84% from 255) = 50%

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

R = 1.35%
G = 50%
B = 48.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#012524 (or 0x012524) is known color: Dark Green. HEX triplet: 01, 25 and 24. RGB value is (1,37,36). Sum of RGB (Red+Green+Blue) = 1+37+36=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #012524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012524 is #FEDADB. Grayscale: #1A1A1A. Windows color (decimal): -16702172 or 2368769. OLE color: 2368769.

HSL color Cylindrical-coordinate representation of color #012524: hue angle of 178.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012524 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 37 36 -
CMYK 0.97 0 0.03 0.85
HSL 178.33º 0.95% 0.07% -
HSV(B) 178.33º 0.97% 0.15% -
XYZ 0.99 1.46 1.9 -
YUV 26.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 1 37 36 0.97 0 0.03 0.85 178.33 0.95 0.07
Hex 1 25 24 61 0 3 55 B2 5F 7
Octal 1 45 44 141 0 3 125 262 137 7
Binary 1 100101 100100 1100001 0 11 1010101 10110010 1011111 111

Color Harmonies of #012524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012524

Black with #012524

Text Example


Text Example

White with #012524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012524; }

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

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

background-color css

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

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

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

border-color css

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

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

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