Html Css Color HEX #293D2F Holly

📋 copy color: '#293D2F'

red 41 ◦ green 61 ◦ blue 47

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

Shades of Holly #293D2F

Tints of Holly #293D2F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.94%

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

R = 27.52%
G = 40.94%
B = 31.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#293D2F (or 0x293D2F) is known color: Holly. HEX triplet: 29, 3D and 2F. RGB value is (41,61,47). Sum of RGB (Red+Green+Blue) = 41+61+47=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #293D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D2F is #D6C2D0. Grayscale: #353535. Windows color (decimal): -14074577 or 3095849. OLE color: 3095849.

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

Color convert

RGB 41 61 47 -
CMYK 0.33 0 0.23 0.76
HSL 138º 0.2% 0.2% -
HSV(B) 138º 0.33% 0.24% -
XYZ 3.1 4.01 3.3 -
YUV 53.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 41 61 47 0.33 0 0.23 0.76 138 0.2 0.2
Hex 29 3D 2F 21 0 17 4C 8A 14 14
Octal 51 75 57 41 0 27 114 212 24 24
Binary 101001 111101 101111 100001 0 10111 1001100 10001010 10100 10100

Color Harmonies of #293D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D2F

Black with #293D2F

Text Example


Text Example

White with #293D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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