Html Css Color HEX #053A2D Dark Green

📋 copy color: '#053A2D'

red 5 ◦ green 58 ◦ blue 45

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

Shades of Dark Green #053A2D

Tints of Dark Green #053A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 41.67%

R = 4.63%
G = 53.7%
B = 41.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.77

RGB Variations

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

Color information

#053A2D (or 0x053A2D) is known color: Dark Green. HEX triplet: 05, 3A and 2D. RGB value is (5,58,45). Sum of RGB (Red+Green+Blue) = 5+58+45=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 58 (23.05% from 255 or 53.70% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 58 - color contains mainly: green. Hex color #053A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A2D is #FAC5D2. Grayscale: #282828. Windows color (decimal): -16434643 or 2963973. OLE color: 2963973.

HSL color Cylindrical-coordinate representation of color #053A2D: hue angle of 165.28º 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 #053A2D is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 45 -
CMYK 0.91 0 0.22 0.77
HSL 165.28º 0.84% 0.12% -
HSV(B) 165.28º 0.91% 0.23% -
XYZ 2.05 3.25 3 -
YUV 40.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 5 58 45 0.91 0 0.22 0.77 165.28 0.84 0.12
Hex 5 3A 2D 5B 0 16 4D A5 54 C
Octal 5 72 55 133 0 26 115 245 124 14
Binary 101 111010 101101 1011011 0 10110 1001101 10100101 1010100 1100

Color Harmonies of #053A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A2D

Black with #053A2D

Text Example


Text Example

White with #053A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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