Html Css Color HEX #294536 English Holly

📋 copy color: '#294536'

red 41 ◦ green 69 ◦ blue 54

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

Shades of English Holly #294536

Tints of English Holly #294536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 32.93%

R = 25%
G = 42.07%
B = 32.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#294536 (or 0x294536) is known color: English Holly. HEX triplet: 29, 45 and 36. RGB value is (41,69,54). Sum of RGB (Red+Green+Blue) = 41+69+54=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 69 - color contains mainly: green. Hex color #294536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294536 is #D6BAC9. Grayscale: #3A3A3A. Windows color (decimal): -14072522 or 3556649. OLE color: 3556649.

HSL color Cylindrical-coordinate representation of color #294536: hue angle of 147.86º 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 #294536 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 69 54 -
CMYK 0.41 0 0.22 0.73
HSL 147.86º 0.25% 0.22% -
HSV(B) 147.86º 0.41% 0.27% -
XYZ 3.71 4.99 4.26 -
YUV 58.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 41 69 54 0.41 0 0.22 0.73 147.86 0.25 0.22
Hex 29 45 36 29 0 16 49 94 19 16
Octal 51 105 66 51 0 26 111 224 31 26
Binary 101001 1000101 110110 101001 0 10110 1001001 10010100 11001 10110

Color Harmonies of #294536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294536

Black with #294536

Text Example


Text Example

White with #294536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294536; }

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

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

background-color css

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

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

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

border-color css

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

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

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