Html Css Color HEX #293830 Holly

📋 copy color: '#293830'

red 41 ◦ green 56 ◦ blue 48

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

Shades of Holly #293830

Tints of Holly #293830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.62%

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

R = 28.28%
G = 38.62%
B = 33.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#293830 (or 0x293830) is known color: Holly. HEX triplet: 29, 38 and 30. RGB value is (41,56,48). Sum of RGB (Red+Green+Blue) = 41+56+48=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 56 - color contains mainly: green. Hex color #293830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293830 is #D6C7CF. Grayscale: #323232. Windows color (decimal): -14075856 or 3160105. OLE color: 3160105.

HSL color Cylindrical-coordinate representation of color #293830: hue angle of 148º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #293830 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 56 48 -
CMYK 0.27 0 0.14 0.78
HSL 148º 0.15% 0.19% -
HSV(B) 148º 0.27% 0.22% -
XYZ 2.86 3.51 3.32 -
YUV 50.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 41 56 48 0.27 0 0.14 0.78 148 0.15 0.19
Hex 29 38 30 1B 0 E 4E 94 F 13
Octal 51 70 60 33 0 16 116 224 17 23
Binary 101001 111000 110000 11011 0 1110 1001110 10010100 1111 10011

Color Harmonies of #293830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293830

Black with #293830

Text Example


Text Example

White with #293830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293830; }

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

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

background-color css

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

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

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

border-color css

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

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

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