Html Css Color HEX #053A28 Dark Green

📋 copy color: '#053A28'

red 5 ◦ green 58 ◦ blue 40

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

Shades of Dark Green #053A28

Tints of Dark Green #053A28

RGB

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

 GREEN value IS 58 (23.05% from 255) = 56.31%

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

R = 4.85%
G = 56.31%
B = 38.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.77

RGB Variations

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

Color information

#053A28 (or 0x053A28) is known color: Dark Green. HEX triplet: 05, 3A and 28. RGB value is (5,58,40). Sum of RGB (Red+Green+Blue) = 5+58+40=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 58 (23.05% from 255 or 56.31% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 58 - color contains mainly: green. Hex color #053A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A28 is #FAC5D7. Grayscale: #282828. Windows color (decimal): -16434648 or 2636293. OLE color: 2636293.

HSL color Cylindrical-coordinate representation of color #053A28: hue angle of 159.62º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A28 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 40 -
CMYK 0.91 0 0.31 0.77
HSL 159.62º 0.84% 0.12% -
HSV(B) 159.62º 0.91% 0.23% -
XYZ 1.96 3.21 2.52 -
YUV 40.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 5 58 40 0.91 0 0.31 0.77 159.62 0.84 0.12
Hex 5 3A 28 5B 0 1F 4D A0 54 C
Octal 5 72 50 133 0 37 115 240 124 14
Binary 101 111010 101000 1011011 0 11111 1001101 10100000 1010100 1100

Color Harmonies of #053A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A28

Black with #053A28

Text Example


Text Example

White with #053A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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