#233A14

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

Shades of Black Forest #233A14

Tints of Black Forest #233A14

Color information

#233A14 (or 0x233A14) is unknown color: approx Black Forest. HEX triplet: 23, 3A and 14. RGB value is (35,58,20). Sum of RGB (Red+Green+Blue) = 35+58+20=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #233A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233A14 is #DCC5EB. Grayscale: #2E2E2E. Windows color (decimal): -14468588 or 1325603. OLE color: 1325603.

HSL color Cylindrical-coordinate representation of color #233A14: hue angle of 96.32º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #233A14 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB355820-
CMYK0.4000.660.77
HSL96.32º48.72%15.29%-
HSV(B)96.32º65.52%22.75%-
XYZ2.333.431.2-
YUV46.79112.88119.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.97%
GREEN value IS 58 (23.05% from 255) = 51.33%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=30.97%
G=51.33%
B=17.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3558200.4000.660.7796.3248.7215.29
Hex233A14280424D6031f
Octal4372245001021151406117
Binary1000111110101010010100001000010100110111000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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