Html Css Color HEX #012525 Dark Green

📋 copy color: '#012525'

red 1 ◦ green 37 ◦ blue 37

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

Shades of Dark Green #012525

Tints of Dark Green #012525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 49.33%

R = 1.33%
G = 49.33%
B = 49.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#012525 (or 0x012525) is known color: Dark Green. HEX triplet: 01, 25 and 25. RGB value is (1,37,37). Sum of RGB (Red+Green+Blue) = 1+37+37=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #012525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012525 is #FEDADA. Grayscale: #1A1A1A. Windows color (decimal): -16702171 or 2434305. OLE color: 2434305.

HSL color Cylindrical-coordinate representation of color #012525: hue angle of 180º 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 #012525 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 37 37 -
CMYK 0.97 0 0 0.85
HSL 180º 0.95% 0.07% -
HSV(B) 180º 0.97% 0.15% -
XYZ 1.01 1.46 1.98 -
YUV 26.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 1 37 37 0.97 0 0 0.85 180 0.95 0.07
Hex 1 25 25 61 0 0 55 B4 5F 7
Octal 1 45 45 141 0 0 125 264 137 7
Binary 1 100101 100101 1100001 0 0 1010101 10110100 1011111 111

Color Harmonies of #012525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012525

Black with #012525

Text Example


Text Example

White with #012525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012525; }

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

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

background-color css

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

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

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

border-color css

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

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

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