Html Css Color HEX #293C32 English Holly

📋 copy color: '#293C32'

red 41 ◦ green 60 ◦ blue 50

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

Shades of English Holly #293C32

Tints of English Holly #293C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.74%

 BLUE value IS 50 (19.92% from 255) = 33.11%

R = 27.15%
G = 39.74%
B = 33.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.76

RGB Variations

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

Color information

#293C32 (or 0x293C32) is known color: English Holly. HEX triplet: 29, 3C and 32. RGB value is (41,60,50). Sum of RGB (Red+Green+Blue) = 41+60+50=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 60 - color contains mainly: green. Hex color #293C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C32 is #D6C3CD. Grayscale: #353535. Windows color (decimal): -14074830 or 3292201. OLE color: 3292201.

HSL color Cylindrical-coordinate representation of color #293C32: hue angle of 148.42º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #293C32 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 60 50 -
CMYK 0.32 0 0.17 0.76
HSL 148.42º 0.19% 0.2% -
HSV(B) 148.42º 0.32% 0.24% -
XYZ 3.11 3.93 3.61 -
YUV 53.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 41 60 50 0.32 0 0.17 0.76 148.42 0.19 0.2
Hex 29 3C 32 20 0 11 4C 94 13 14
Octal 51 74 62 40 0 21 114 224 23 24
Binary 101001 111100 110010 100000 0 10001 1001100 10010100 10011 10100

Color Harmonies of #293C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C32

Black with #293C32

Text Example


Text Example

White with #293C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293C32; }

 p { color: rgb(41,60,50); }

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

background-color css

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

 a { background-color: rgb(41,60,50); }

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

border-color css

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

 span { border-color: rgb(41,60,50); }

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