#253C12

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

Shades of Black Forest #253C12

Tints of Black Forest #253C12

Color information

#253C12 (or 0x253C12) is unknown color: approx Black Forest. HEX triplet: 25, 3C and 12. RGB value is (37,60,18). Sum of RGB (Red+Green+Blue) = 37+60+18=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 60 (23.83% from 255 or 52.17% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 60 - color contains mainly: green. Hex color #253C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253C12 is #DAC3ED. Grayscale: #303030. Windows color (decimal): -14337006 or 1195045. OLE color: 1195045.

HSL color Cylindrical-coordinate representation of color #253C12: hue angle of 92.86º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #253C12 is Cyan = 0.38, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.76.

Color convert

RGB376018-
CMYK0.3800.70.76
HSL92.86º53.85%15.29%-
HSV(B)92.86º70%23.53%-
XYZ2.493.671.15-
YUV48.34110.88119.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 60 (23.83% from 255) = 52.17%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=32.17%
G=52.17%
B=15.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3760180.3800.70.7692.8653.8515.29
Hex253C12260464C5d36f
Octal4574224601061141356617
Binary1001011111001001010011001000110100110010111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253C12; }

 p { color: rgb(37,60,18); }

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

<style>
 a { background-color: #253C12; }

 a { background-color: rgb(37,60,18); }

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

<style>
 span { border-color: #253C12; }

 span { border-color: rgb(37,60,18); }

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