#233F2F

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

Shades of English Holly #233F2F

Tints of English Holly #233F2F

Color information

#233F2F (or 0x233F2F) is unknown color: approx English Holly. HEX triplet: 23, 3F and 2F. RGB value is (35,63,47). Sum of RGB (Red+Green+Blue) = 35+63+47=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #233F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F2F is #DCC0D0. Grayscale: #343434. Windows color (decimal): -14467281 or 3096355. OLE color: 3096355.

HSL color Cylindrical-coordinate representation of color #233F2F: hue angle of 145.71º 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 #233F2F is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB356347-
CMYK0.4400.250.75
HSL145.71º28.57%19.22%-
HSV(B)145.71º44.44%24.71%-
XYZ2.984.123.33-
YUV52.8124.72115.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 63 (25% from 255) = 43.45%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=24.14%
G=43.45%
B=32.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3563470.4400.250.75145.7128.5719.22
Hex233F2F2C0194B921d13
Octal437757540311132223523
Binary1000111111111011111011000110011001011100100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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