Html Css Color HEX #2C493A Bottle Green

📋 copy color: '#2C493A'

red 44 ◦ green 73 ◦ blue 58

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

Shades of Bottle Green #2C493A

Tints of Bottle Green #2C493A

RGB

 RED value IS 44 (17.58% from 255) = 25.14%

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

 BLUE value IS 58 (23.05% from 255) = 33.14%

R = 25.14%
G = 41.71%
B = 33.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#2C493A (or 0x2C493A) is known color: Bottle Green. HEX triplet: 2C, 49 and 3A. RGB value is (44,73,58). Sum of RGB (Red+Green+Blue) = 44+73+58=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #2C493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C493A is #D3B6C5. Grayscale: #3E3E3E. Windows color (decimal): -13874886 or 3819820. OLE color: 3819820.

HSL color Cylindrical-coordinate representation of color #2C493A: hue angle of 148.97º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2C493A is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 73 58 -
CMYK 0.40 0 0.21 0.71
HSL 148.97º 0.25% 0.23% -
HSV(B) 148.97º 0.4% 0.29% -
XYZ 4.18 5.61 4.86 -
YUV 62.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 44 73 58 0.40 0 0.21 0.71 148.97 0.25 0.23
Hex 2C 49 3A 28 0 15 47 95 19 17
Octal 54 111 72 50 0 25 107 225 31 27
Binary 101100 1001001 111010 101000 0 10101 1000111 10010101 11001 10111

Color Harmonies of #2C493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C493A

Black with #2C493A

Text Example


Text Example

White with #2C493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,73,58); }

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

background-color css

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

 a { background-color: rgb(44,73,58); }

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

border-color css

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

 span { border-color: rgb(44,73,58); }

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