Html Css Color HEX #053A2B Dark Green

📋 copy color: '#053A2B'

red 5 ◦ green 58 ◦ blue 43

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

Shades of Dark Green #053A2B

Tints of Dark Green #053A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 40.57%

R = 4.72%
G = 54.72%
B = 40.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.77

RGB Variations

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

Color information

#053A2B (or 0x053A2B) is known color: Dark Green. HEX triplet: 05, 3A and 2B. RGB value is (5,58,43). Sum of RGB (Red+Green+Blue) = 5+58+43=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 58 (23.05% from 255 or 54.72% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 58 - color contains mainly: green. Hex color #053A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A2B is #FAC5D4. Grayscale: #282828. Windows color (decimal): -16434645 or 2832901. OLE color: 2832901.

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

Color convert

RGB 5 58 43 -
CMYK 0.91 0 0.26 0.77
HSL 163.02º 0.84% 0.12% -
HSV(B) 163.02º 0.91% 0.23% -
XYZ 2.01 3.23 2.8 -
YUV 40.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 5 58 43 0.91 0 0.26 0.77 163.02 0.84 0.12
Hex 5 3A 2B 5B 0 1A 4D A3 54 C
Octal 5 72 53 133 0 32 115 243 124 14
Binary 101 111010 101011 1011011 0 11010 1001101 10100011 1010100 1100

Color Harmonies of #053A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A2B

Black with #053A2B

Text Example


Text Example

White with #053A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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