#203A2A

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

Shades of Holly #203A2A

Tints of Holly #203A2A

Color information

#203A2A (or 0x203A2A) is unknown color: approx Holly. HEX triplet: 20, 3A and 2A. RGB value is (32,58,42). Sum of RGB (Red+Green+Blue) = 32+58+42=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #203A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A2A is #DFC5D5. Grayscale: #303030. Windows color (decimal): -14665174 or 2767392. OLE color: 2767392.

HSL color Cylindrical-coordinate representation of color #203A2A: hue angle of 143.08º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #203A2A is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB325842-
CMYK0.4500.280.77
HSL143.08º28.89%17.65%-
HSV(B)143.08º44.83%22.75%-
XYZ2.533.52.73-
YUV48.4124.39116.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.24%
GREEN value IS 58 (23.05% from 255) = 43.94%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=24.24%
G=43.94%
B=31.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3258420.4500.280.77143.0828.8917.65
Hex203A2A2D01C4D8f1d12
Octal407252550341152173522
Binary1000001110101010101011010111001001101100011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203A2A; }

 p { color: rgb(32,58,42); }

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

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

 a { background-color: rgb(32,58,42); }

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

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

 span { border-color: rgb(32,58,42); }

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