Html Css Color HEX #294538 Bottle Green

📋 copy color: '#294538'

red 41 ◦ green 69 ◦ blue 56

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

Shades of Bottle Green #294538

Tints of Bottle Green #294538

RGB

 RED value IS 41 (16.41% from 255) = 24.7%

 GREEN value IS 69 (27.34% from 255) = 41.57%

 BLUE value IS 56 (22.27% from 255) = 33.73%

R = 24.7%
G = 41.57%
B = 33.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#294538 (or 0x294538) is known color: Bottle Green. HEX triplet: 29, 45 and 38. RGB value is (41,69,56). Sum of RGB (Red+Green+Blue) = 41+69+56=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #294538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294538 is #D6BAC7. Grayscale: #3B3B3B. Windows color (decimal): -14072520 or 3687721. OLE color: 3687721.

HSL color Cylindrical-coordinate representation of color #294538: hue angle of 152.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294538 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 69 56 -
CMYK 0.41 0 0.19 0.73
HSL 152.14º 0.25% 0.22% -
HSV(B) 152.14º 0.41% 0.27% -
XYZ 3.76 5.01 4.51 -
YUV 59.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 41 69 56 0.41 0 0.19 0.73 152.14 0.25 0.22
Hex 29 45 38 29 0 13 49 98 19 16
Octal 51 105 70 51 0 23 111 230 31 26
Binary 101001 1000101 111000 101001 0 10011 1001001 10011000 11001 10110

Color Harmonies of #294538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294538

Black with #294538

Text Example


Text Example

White with #294538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294538; }

 p { color: rgb(41,69,56); }

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

background-color css

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

 a { background-color: rgb(41,69,56); }

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

border-color css

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

 span { border-color: rgb(41,69,56); }

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