Html Css Color HEX #203428 Holly

📋 copy color: '#203428'

red 32 ◦ green 52 ◦ blue 40

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

Shades of Holly #203428

Tints of Holly #203428

RGB

 RED value IS 32 (12.89% from 255) = 25.81%

 GREEN value IS 52 (20.7% from 255) = 41.94%

 BLUE value IS 40 (16.02% from 255) = 32.26%

R = 25.81%
G = 41.94%
B = 32.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#203428 (or 0x203428) is known color: Holly. HEX triplet: 20, 34 and 28. RGB value is (32,52,40). Sum of RGB (Red+Green+Blue) = 32+52+40=124 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.81% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #203428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203428 is #DFCBD7. Grayscale: #2C2C2C. Windows color (decimal): -14666712 or 2634784. OLE color: 2634784.

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

Color convert

RGB 32 52 40 -
CMYK 0.38 0 0.23 0.80
HSL 144º 0.24% 0.16% -
HSV(B) 144º 0.38% 0.2% -
XYZ 2.21 2.92 2.45 -
YUV 44.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 32 52 40 0.38 0 0.23 0.80 144 0.24 0.16
Hex 20 34 28 26 0 17 50 90 18 10
Octal 40 64 50 46 0 27 120 220 30 20
Binary 100000 110100 101000 100110 0 10111 1010000 10010000 11000 10000

Color Harmonies of #203428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203428

Black with #203428

Text Example


Text Example

White with #203428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203428; }

 p { color: rgb(32,52,40); }

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

background-color css

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

 a { background-color: rgb(32,52,40); }

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

border-color css

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

 span { border-color: rgb(32,52,40); }

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