Html Css Color HEX #053028 Dark Green

📋 copy color: '#053028'

red 5 ◦ green 48 ◦ blue 40

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

Shades of Dark Green #053028

Tints of Dark Green #053028

RGB

 RED value IS 5 (2.34% from 255) = 5.38%

 GREEN value IS 48 (19.14% from 255) = 51.61%

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

R = 5.38%
G = 51.61%
B = 43.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#053028 (or 0x053028) is known color: Dark Green. HEX triplet: 05, 30 and 28. RGB value is (5,48,40). Sum of RGB (Red+Green+Blue) = 5+48+40=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #053028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053028 is #FACFD7. Grayscale: #222222. Windows color (decimal): -16437208 or 2633733. OLE color: 2633733.

HSL color Cylindrical-coordinate representation of color #053028: hue angle of 168.84º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053028 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 48 40 -
CMYK 0.90 0 0.17 0.81
HSL 168.84º 0.81% 0.1% -
HSV(B) 168.84º 0.9% 0.19% -
XYZ 1.5 2.3 2.37 -
YUV 34.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 5 48 40 0.90 0 0.17 0.81 168.84 0.81 0.1
Hex 5 30 28 5A 0 11 51 A9 51 A
Octal 5 60 50 132 0 21 121 251 121 12
Binary 101 110000 101000 1011010 0 10001 1010001 10101001 1010001 1010

Color Harmonies of #053028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053028

Black with #053028

Text Example


Text Example

White with #053028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053028; }

 p { color: rgb(5,48,40); }

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

background-color css

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

 a { background-color: rgb(5,48,40); }

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

border-color css

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

 span { border-color: rgb(5,48,40); }

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