#233F2C

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

Shades of Holly #233F2C

Tints of Holly #233F2C

Color information

#233F2C (or 0x233F2C) is unknown color: approx Holly. HEX triplet: 23, 3F and 2C. RGB value is (35,63,44). Sum of RGB (Red+Green+Blue) = 35+63+44=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #233F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F2C is #DCC0D3. Grayscale: #343434. Windows color (decimal): -14467284 or 2899747. OLE color: 2899747.

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

Color convert

RGB356344-
CMYK0.4400.300.75
HSL139.29º28.57%19.22%-
HSV(B)139.29º44.44%24.71%-
XYZ2.934.093.02-
YUV52.46123.22115.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.65%
GREEN value IS 63 (25% from 255) = 44.37%
BLUE value IS 44 (17.58% from 255) = 30.99%
R=24.65%
G=44.37%
B=30.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3563440.4400.300.75139.2928.5719.22
Hex233F2C2C01E4B8b1d13
Octal437754540361132133523
Binary1000111111111011001011000111101001011100010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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