Html Css Color HEX #293A30 Holly

📋 copy color: '#293A30'

red 41 ◦ green 58 ◦ blue 48

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

Shades of Holly #293A30

Tints of Holly #293A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 32.65%

R = 27.89%
G = 39.46%
B = 32.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#293A30 (or 0x293A30) is known color: Holly. HEX triplet: 29, 3A and 30. RGB value is (41,58,48). Sum of RGB (Red+Green+Blue) = 41+58+48=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 58 - color contains mainly: green. Hex color #293A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A30 is #D6C5CF. Grayscale: #333333. Windows color (decimal): -14075344 or 3160617. OLE color: 3160617.

HSL color Cylindrical-coordinate representation of color #293A30: hue angle of 144.71º 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 #293A30 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 58 48 -
CMYK 0.29 0 0.17 0.77
HSL 144.71º 0.17% 0.19% -
HSV(B) 144.71º 0.29% 0.23% -
XYZ 2.96 3.71 3.36 -
YUV 51.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 41 58 48 0.29 0 0.17 0.77 144.71 0.17 0.19
Hex 29 3A 30 1D 0 11 4D 91 11 13
Octal 51 72 60 35 0 21 115 221 21 23
Binary 101001 111010 110000 11101 0 10001 1001101 10010001 10001 10011

Color Harmonies of #293A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A30

Black with #293A30

Text Example


Text Example

White with #293A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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