Html Css Color HEX #294033 English Holly

📋 copy color: '#294033'

red 41 ◦ green 64 ◦ blue 51

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

Shades of English Holly #294033

Tints of English Holly #294033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.03%

 BLUE value IS 51 (20.31% from 255) = 32.69%

R = 26.28%
G = 41.03%
B = 32.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#294033 (or 0x294033) is known color: English Holly. HEX triplet: 29, 40 and 33. RGB value is (41,64,51). Sum of RGB (Red+Green+Blue) = 41+64+51=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #294033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294033 is #D6BFCC. Grayscale: #373737. Windows color (decimal): -14073805 or 3358761. OLE color: 3358761.

HSL color Cylindrical-coordinate representation of color #294033: hue angle of 146.09º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #294033 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 51 -
CMYK 0.36 0 0.20 0.75
HSL 146.09º 0.22% 0.21% -
HSV(B) 146.09º 0.36% 0.25% -
XYZ 3.35 4.38 3.8 -
YUV 55.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 41 64 51 0.36 0 0.20 0.75 146.09 0.22 0.21
Hex 29 40 33 24 0 14 4B 92 16 15
Octal 51 100 63 44 0 24 113 222 26 25
Binary 101001 1000000 110011 100100 0 10100 1001011 10010010 10110 10101

Color Harmonies of #294033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294033

Black with #294033

Text Example


Text Example

White with #294033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294033; }

 p { color: rgb(41,64,51); }

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

background-color css

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

 a { background-color: rgb(41,64,51); }

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

border-color css

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

 span { border-color: rgb(41,64,51); }

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