Html Css Color HEX #012425 Dark Green

📋 copy color: '#012425'

red 1 ◦ green 36 ◦ blue 37

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

Shades of Dark Green #012425

Tints of Dark Green #012425

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

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

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

Color convert

RGB 1 36 37 -
CMYK 0.97 0.03 0 0.85
HSL 181.67º 0.95% 0.07% -
HSV(B) 181.67º 0.97% 0.15% -
XYZ 0.98 1.4 1.97 -
YUV 25.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 1 36 37 0.97 0.03 0 0.85 181.67 0.95 0.07
Hex 1 24 25 61 3 0 55 B6 5F 7
Octal 1 44 45 141 3 0 125 266 137 7
Binary 1 100100 100101 1100001 11 0 1010101 10110110 1011111 111

Color Harmonies of #012425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012425

Black with #012425

Text Example


Text Example

White with #012425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012425; }

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

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

background-color css

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

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

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

border-color css

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

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

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