#223F2C

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

Shades of Holly #223F2C

Tints of Holly #223F2C

Color information

#223F2C (or 0x223F2C) is unknown color: approx Holly. HEX triplet: 22, 3F and 2C. RGB value is (34,63,44). Sum of RGB (Red+Green+Blue) = 34+63+44=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #223F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223F2C is #DDC0D3. Grayscale: #343434. Windows color (decimal): -14532820 or 2899746. OLE color: 2899746.

HSL color Cylindrical-coordinate representation of color #223F2C: hue angle of 140.69º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #223F2C is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB346344-
CMYK0.4600.300.75
HSL140.69º29.9%19.02%-
HSV(B)140.69º46.03%24.71%-
XYZ2.894.083.02-
YUV52.16123.39115.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.11%
GREEN value IS 63 (25% from 255) = 44.68%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=24.11%
G=44.68%
B=31.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3463440.4600.300.75140.6929.919.02
Hex223F2C2E01E4B8d1e13
Octal427754560361132153623
Binary1000101111111011001011100111101001011100011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,63,44); }

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

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

 a { background-color: rgb(34,63,44); }

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

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

 span { border-color: rgb(34,63,44); }

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