#243229

Color #243229 Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Holly #243229

Tints of Holly #243229

Color information

#243229 (or 0x243229) is unknown color: approx Holly. HEX triplet: 24, 32 and 29. RGB value is (36,50,41). Sum of RGB (Red+Green+Blue) = 36+50+41=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 50 - color contains mainly: green. Hex color #243229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243229 is #DBCDD6. Grayscale: #2C2C2C. Windows color (decimal): -14405079 or 2699812. OLE color: 2699812.

HSL color Cylindrical-coordinate representation of color #243229: hue angle of 141.43º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #243229 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB365041-
CMYK0.2800.180.80
HSL141.43º16.28%16.86%-
HSV(B)141.43º28%19.61%-
XYZ2.272.822.52-
YUV44.79125.86121.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.35%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 41 (16.41% from 255) = 32.28%
R=28.35%
G=39.37%
B=32.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3650410.2800.180.80141.4316.2816.86
Hex2432291C012508d1011
Octal446251340221202152021
Binary100100110010101001111000100101010000100011011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243229; }

 p { color: rgb(36,50,41); }

 H1.HeaderClassName
 {
   color: #243229;
 }
 .AnyTagClassName
 {
   color: #243229;
 }
</style>
background-color css

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

 a { background-color: rgb(36,50,41); }

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

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

 span { border-color: rgb(36,50,41); }

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