Html Css Color HEX #2A493B Bottle Green

📋 copy color: '#2A493B'

red 42 ◦ green 73 ◦ blue 59

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

Shades of Bottle Green #2A493B

Tints of Bottle Green #2A493B

RGB

 RED value IS 42 (16.8% from 255) = 24.14%

 GREEN value IS 73 (28.91% from 255) = 41.95%

 BLUE value IS 59 (23.44% from 255) = 33.91%

R = 24.14%
G = 41.95%
B = 33.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#2A493B (or 0x2A493B) is known color: Bottle Green. HEX triplet: 2A, 49 and 3B. RGB value is (42,73,59). Sum of RGB (Red+Green+Blue) = 42+73+59=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #2A493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A493B is #D5B6C4. Grayscale: #3E3E3E. Windows color (decimal): -14005957 or 3885354. OLE color: 3885354.

HSL color Cylindrical-coordinate representation of color #2A493B: hue angle of 152.9º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A493B is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 42 73 59 -
CMYK 0.42 0 0.19 0.71
HSL 152.9º 0.27% 0.23% -
HSV(B) 152.9º 0.42% 0.29% -
XYZ 4.13 5.57 5 -
YUV 62.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 42 73 59 0.42 0 0.19 0.71 152.9 0.27 0.23
Hex 2A 49 3B 2A 0 13 47 99 1B 17
Octal 52 111 73 52 0 23 107 231 33 27
Binary 101010 1001001 111011 101010 0 10011 1000111 10011001 11011 10111

Color Harmonies of #2A493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A493B

Black with #2A493B

Text Example


Text Example

White with #2A493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A493B; }

 p { color: rgb(42,73,59); }

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

background-color css

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

 a { background-color: rgb(42,73,59); }

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

border-color css

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

 span { border-color: rgb(42,73,59); }

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