Html Css Color HEX #013928 Dark Green

📋 copy color: '#013928'

red 1 ◦ green 57 ◦ blue 40

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

Shades of Dark Green #013928

Tints of Dark Green #013928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 40.82%

R = 1.02%
G = 58.16%
B = 40.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#013928 (or 0x013928) is known color: Dark Green. HEX triplet: 01, 39 and 28. RGB value is (1,57,40). Sum of RGB (Red+Green+Blue) = 1+57+40=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #013928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013928 is #FEC6D7. Grayscale: #262626. Windows color (decimal): -16697048 or 2636033. OLE color: 2636033.

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

Color convert

RGB 1 57 40 -
CMYK 0.98 0 0.30 0.78
HSL 161.79º 0.97% 0.11% -
HSV(B) 161.79º 0.98% 0.22% -
XYZ 1.86 3.09 2.51 -
YUV 38.32 128.95 101.38 -
System Red Green Blue C M Y K H S L
Decimal 1 57 40 0.98 0 0.30 0.78 161.79 0.97 0.11
Hex 1 39 28 62 0 1E 4E A2 61 B
Octal 1 71 50 142 0 36 116 242 141 13
Binary 1 111001 101000 1100010 0 11110 1001110 10100010 1100001 1011

Color Harmonies of #013928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013928

Black with #013928

Text Example


Text Example

White with #013928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013928; }

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

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

background-color css

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

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

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

border-color css

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

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

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