Html Css Color HEX #293F32 English Holly

📋 copy color: '#293F32'

red 41 ◦ green 63 ◦ blue 50

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

Shades of English Holly #293F32

Tints of English Holly #293F32

RGB

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

 GREEN value IS 63 (25% from 255) = 40.91%

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

R = 26.62%
G = 40.91%
B = 32.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.75

RGB Variations

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

Color information

#293F32 (or 0x293F32) is known color: English Holly. HEX triplet: 29, 3F and 32. RGB value is (41,63,50). Sum of RGB (Red+Green+Blue) = 41+63+50=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 63 - color contains mainly: green. Hex color #293F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F32 is #D6C0CD. Grayscale: #363636. Windows color (decimal): -14074062 or 3292969. OLE color: 3292969.

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

Color convert

RGB 41 63 50 -
CMYK 0.35 0 0.21 0.75
HSL 144.55º 0.21% 0.2% -
HSV(B) 144.55º 0.35% 0.25% -
XYZ 3.27 4.26 3.67 -
YUV 54.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 41 63 50 0.35 0 0.21 0.75 144.55 0.21 0.2
Hex 29 3F 32 23 0 15 4B 91 15 14
Octal 51 77 62 43 0 25 113 221 25 24
Binary 101001 111111 110010 100011 0 10101 1001011 10010001 10101 10100

Color Harmonies of #293F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F32

Black with #293F32

Text Example


Text Example

White with #293F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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