#223C2A

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

Shades of Holly #223C2A

Tints of Holly #223C2A

Color information

#223C2A (or 0x223C2A) is unknown color: approx Holly. HEX triplet: 22, 3C and 2A. RGB value is (34,60,42). Sum of RGB (Red+Green+Blue) = 34+60+42=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 60 - color contains mainly: green. Hex color #223C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C2A is #DDC3D5. Grayscale: #323232. Windows color (decimal): -14533590 or 2767906. OLE color: 2767906.

HSL color Cylindrical-coordinate representation of color #223C2A: hue angle of 138.46º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #223C2A is Cyan = 0.43, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.76.

Color convert

RGB346042-
CMYK0.4300.30.76
HSL138.46º27.66%18.43%-
HSV(B)138.46º43.33%23.53%-
XYZ2.693.742.77-
YUV50.17123.39116.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25%
GREEN value IS 60 (23.83% from 255) = 44.12%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=25%
G=44.12%
B=30.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3460420.4300.30.76138.4627.6618.43
Hex223C2A2B01E4C8a1c12
Octal427452530361142123422
Binary1000101111001010101010110111101001100100010101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223C2A; }

 p { color: rgb(34,60,42); }

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

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

 a { background-color: rgb(34,60,42); }

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

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

 span { border-color: rgb(34,60,42); }

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