Html Css Color HEX #294437 Bottle Green

📋 copy color: '#294437'

red 41 ◦ green 68 ◦ blue 55

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

Shades of Bottle Green #294437

Tints of Bottle Green #294437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.46%

 BLUE value IS 55 (21.88% from 255) = 33.54%

R = 25%
G = 41.46%
B = 33.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#294437 (or 0x294437) is known color: Bottle Green. HEX triplet: 29, 44 and 37. RGB value is (41,68,55). Sum of RGB (Red+Green+Blue) = 41+68+55=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 68 - color contains mainly: green. Hex color #294437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294437 is #D6BBC8. Grayscale: #3A3A3A. Windows color (decimal): -14072777 or 3621929. OLE color: 3621929.

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

Color convert

RGB 41 68 55 -
CMYK 0.40 0 0.19 0.73
HSL 151.11º 0.25% 0.21% -
HSV(B) 151.11º 0.4% 0.27% -
XYZ 3.67 4.88 4.36 -
YUV 58.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 41 68 55 0.40 0 0.19 0.73 151.11 0.25 0.21
Hex 29 44 37 28 0 13 49 97 19 15
Octal 51 104 67 50 0 23 111 227 31 25
Binary 101001 1000100 110111 101000 0 10011 1001001 10010111 11001 10101

Color Harmonies of #294437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294437

Black with #294437

Text Example


Text Example

White with #294437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294437; }

 p { color: rgb(41,68,55); }

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

background-color css

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

 a { background-color: rgb(41,68,55); }

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

border-color css

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

 span { border-color: rgb(41,68,55); }

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