Html Css Color HEX #294133 English Holly

📋 copy color: '#294133'

red 41 ◦ green 65 ◦ blue 51

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

Shades of English Holly #294133

Tints of English Holly #294133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.4%

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

R = 26.11%
G = 41.4%
B = 32.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#294133 (or 0x294133) is known color: English Holly. HEX triplet: 29, 41 and 33. RGB value is (41,65,51). Sum of RGB (Red+Green+Blue) = 41+65+51=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #294133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294133 is #D6BECC. Grayscale: #383838. Windows color (decimal): -14073549 or 3359017. OLE color: 3359017.

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

Color convert

RGB 41 65 51 -
CMYK 0.37 0 0.22 0.75
HSL 145º 0.23% 0.21% -
HSV(B) 145º 0.37% 0.25% -
XYZ 3.4 4.49 3.82 -
YUV 56.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 41 65 51 0.37 0 0.22 0.75 145 0.23 0.21
Hex 29 41 33 25 0 16 4B 91 17 15
Octal 51 101 63 45 0 26 113 221 27 25
Binary 101001 1000001 110011 100101 0 10110 1001011 10010001 10111 10101

Color Harmonies of #294133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294133

Black with #294133

Text Example


Text Example

White with #294133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294133; }

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

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

background-color css

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

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

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

border-color css

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

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

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