Html Css Color HEX #293A2F Holly

📋 copy color: '#293A2F'

red 41 ◦ green 58 ◦ blue 47

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

Shades of Holly #293A2F

Tints of Holly #293A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.73%

 BLUE value IS 47 (18.75% from 255) = 32.19%

R = 28.08%
G = 39.73%
B = 32.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#293A2F (or 0x293A2F) is known color: Holly. HEX triplet: 29, 3A and 2F. RGB value is (41,58,47). Sum of RGB (Red+Green+Blue) = 41+58+47=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 58 - color contains mainly: green. Hex color #293A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A2F is #D6C5D0. Grayscale: #333333. Windows color (decimal): -14075345 or 3095081. OLE color: 3095081.

HSL color Cylindrical-coordinate representation of color #293A2F: hue angle of 141.18º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #293A2F is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 58 47 -
CMYK 0.29 0 0.19 0.77
HSL 141.18º 0.17% 0.19% -
HSV(B) 141.18º 0.29% 0.23% -
XYZ 2.94 3.7 3.25 -
YUV 51.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 41 58 47 0.29 0 0.19 0.77 141.18 0.17 0.19
Hex 29 3A 2F 1D 0 13 4D 8D 11 13
Octal 51 72 57 35 0 23 115 215 21 23
Binary 101001 111010 101111 11101 0 10011 1001101 10001101 10001 10011

Color Harmonies of #293A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A2F

Black with #293A2F

Text Example


Text Example

White with #293A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,58,47); }

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

background-color css

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

 a { background-color: rgb(41,58,47); }

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

border-color css

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

 span { border-color: rgb(41,58,47); }

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