Html Css Color HEX #013828 Dark Green

📋 copy color: '#013828'

red 1 ◦ green 56 ◦ blue 40

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

Shades of Dark Green #013828

Tints of Dark Green #013828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 57.73%

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

R = 1.03%
G = 57.73%
B = 41.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#013828 (or 0x013828) is known color: Dark Green. HEX triplet: 01, 38 and 28. RGB value is (1,56,40). Sum of RGB (Red+Green+Blue) = 1+56+40=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #013828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013828 is #FEC7D7. Grayscale: #252525. Windows color (decimal): -16697304 or 2635777. OLE color: 2635777.

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

Color convert

RGB 1 56 40 -
CMYK 0.98 0 0.29 0.78
HSL 162.55º 0.96% 0.11% -
HSV(B) 162.55º 0.98% 0.22% -
XYZ 1.81 2.99 2.49 -
YUV 37.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 1 56 40 0.98 0 0.29 0.78 162.55 0.96 0.11
Hex 1 38 28 62 0 1D 4E A3 60 B
Octal 1 70 50 142 0 35 116 243 140 13
Binary 1 111000 101000 1100010 0 11101 1001110 10100011 1100000 1011

Color Harmonies of #013828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013828

Black with #013828

Text Example


Text Example

White with #013828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013828; }

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

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

background-color css

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

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

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

border-color css

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

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

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