#203829

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

Shades of Holly #203829

Tints of Holly #203829

Color information

#203829 (or 0x203829) is unknown color: approx Holly. HEX triplet: 20, 38 and 29. RGB value is (32,56,41). Sum of RGB (Red+Green+Blue) = 32+56+41=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #203829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203829 is #DFC7D6. Grayscale: #2F2F2F. Windows color (decimal): -14665687 or 2701344. OLE color: 2701344.

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

Color convert

RGB325641-
CMYK0.4300.270.78
HSL142.5º27.27%17.25%-
HSV(B)142.5º42.86%21.96%-
XYZ2.413.32.61-
YUV47.11124.55117.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.81%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=24.81%
G=43.41%
B=31.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3256410.4300.270.78142.527.2717.25
Hex2038292B01B4E8e1b11
Octal407051530331162163321
Binary1000001110001010011010110110111001110100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203829; }

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

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

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

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

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

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

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

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