Html Css Color HEX #223428 Holly

📋 copy color: '#223428'

red 34 ◦ green 52 ◦ blue 40

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

Shades of Holly #223428

Tints of Holly #223428

RGB

 RED value IS 34 (13.67% from 255) = 26.98%

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

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

R = 26.98%
G = 41.27%
B = 31.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#223428 (or 0x223428) is known color: Holly. HEX triplet: 22, 34 and 28. RGB value is (34,52,40). Sum of RGB (Red+Green+Blue) = 34+52+40=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 52 - color contains mainly: green. Hex color #223428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223428 is #DDCBD7. Grayscale: #2D2D2D. Windows color (decimal): -14535640 or 2634786. OLE color: 2634786.

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

Color convert

RGB 34 52 40 -
CMYK 0.35 0 0.23 0.80
HSL 140º 0.21% 0.17% -
HSV(B) 140º 0.35% 0.2% -
XYZ 2.27 2.95 2.46 -
YUV 45.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 34 52 40 0.35 0 0.23 0.80 140 0.21 0.17
Hex 22 34 28 23 0 17 50 8C 15 11
Octal 42 64 50 43 0 27 120 214 25 21
Binary 100010 110100 101000 100011 0 10111 1010000 10001100 10101 10001

Color Harmonies of #223428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223428

Black with #223428

Text Example


Text Example

White with #223428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223428; }

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

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

background-color css

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

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

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

border-color css

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

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

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