Html Css Color HEX #293E30 Holly

📋 copy color: '#293E30'

red 41 ◦ green 62 ◦ blue 48

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

Shades of Holly #293E30

Tints of Holly #293E30

RGB

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

 GREEN value IS 62 (24.61% from 255) = 41.06%

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

R = 27.15%
G = 41.06%
B = 31.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#293E30 (or 0x293E30) is known color: Holly. HEX triplet: 29, 3E and 30. RGB value is (41,62,48). Sum of RGB (Red+Green+Blue) = 41+62+48=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 62 (24.61% from 255 or 41.06% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 62 - color contains mainly: green. Hex color #293E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E30 is #D6C1CF. Grayscale: #363636. Windows color (decimal): -14074320 or 3161641. OLE color: 3161641.

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

Color convert

RGB 41 62 48 -
CMYK 0.34 0 0.23 0.76
HSL 140º 0.2% 0.2% -
HSV(B) 140º 0.34% 0.24% -
XYZ 3.17 4.13 3.43 -
YUV 54.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 41 62 48 0.34 0 0.23 0.76 140 0.2 0.2
Hex 29 3E 30 22 0 17 4C 8C 14 14
Octal 51 76 60 42 0 27 114 214 24 24
Binary 101001 111110 110000 100010 0 10111 1001100 10001100 10100 10100

Color Harmonies of #293E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E30

Black with #293E30

Text Example


Text Example

White with #293E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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