#233D14

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

Shades of Black Forest #233D14

Tints of Black Forest #233D14

Color information

#233D14 (or 0x233D14) is unknown color: approx Black Forest. HEX triplet: 23, 3D and 14. RGB value is (35,61,20). Sum of RGB (Red+Green+Blue) = 35+61+20=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #233D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233D14 is #DCC2EB. Grayscale: #303030. Windows color (decimal): -14467820 or 1326371. OLE color: 1326371.

HSL color Cylindrical-coordinate representation of color #233D14: hue angle of 98.05º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #233D14 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB356120-
CMYK0.4300.670.76
HSL98.05º50.62%15.88%-
HSV(B)98.05º67.21%23.92%-
XYZ2.493.751.25-
YUV48.55111.89118.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.17%
GREEN value IS 61 (24.22% from 255) = 52.59%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=30.17%
G=52.59%
B=17.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3561200.4300.670.7698.0550.6215.88
Hex233D142B0434C623310
Octal4375245301031141426320
Binary10001111110110100101011010000111001100110001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,61,20); }

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

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

 a { background-color: rgb(35,61,20); }

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

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

 span { border-color: rgb(35,61,20); }

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