Html Css Color HEX #013925 Dark Green

📋 copy color: '#013925'

red 1 ◦ green 57 ◦ blue 37

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

Shades of Dark Green #013925

Tints of Dark Green #013925

RGB

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

 GREEN value IS 57 (22.66% from 255) = 60%

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

R = 1.05%
G = 60%
B = 38.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#013925 (or 0x013925) is known color: Dark Green. HEX triplet: 01, 39 and 25. RGB value is (1,57,37). Sum of RGB (Red+Green+Blue) = 1+57+37=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 57 (22.66% from 255 or 60% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 57 - color contains mainly: green. Hex color #013925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013925 is #FEC6DA. Grayscale: #252525. Windows color (decimal): -16697051 or 2439425. OLE color: 2439425.

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

Color convert

RGB 1 57 37 -
CMYK 0.98 0 0.35 0.78
HSL 158.57º 0.97% 0.11% -
HSV(B) 158.57º 0.98% 0.22% -
XYZ 1.81 3.07 2.25 -
YUV 37.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 1 57 37 0.98 0 0.35 0.78 158.57 0.97 0.11
Hex 1 39 25 62 0 23 4E 9F 61 B
Octal 1 71 45 142 0 43 116 237 141 13
Binary 1 111001 100101 1100010 0 100011 1001110 10011111 1100001 1011

Color Harmonies of #013925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013925

Black with #013925

Text Example


Text Example

White with #013925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013925; }

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

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

background-color css

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

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

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

border-color css

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

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

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