#253812

Color #253812 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #253812

Tints of Pine Tree #253812

Color information

#253812 (or 0x253812) is unknown color: approx Pine Tree. HEX triplet: 25, 38 and 12. RGB value is (37,56,18). Sum of RGB (Red+Green+Blue) = 37+56+18=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #253812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253812 is #DAC7ED. Grayscale: #2E2E2E. Windows color (decimal): -14338030 or 1194021. OLE color: 1194021.

HSL color Cylindrical-coordinate representation of color #253812: hue angle of 90º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253812 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB375618-
CMYK0.3400.680.78
HSL90º51.35%14.51%-
HSV(B)90º67.86%21.96%-
XYZ2.293.271.08-
YUV45.99112.21121.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 56 (22.27% from 255) = 50.45%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=33.33%
G=50.45%
B=16.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3756180.3400.680.789051.3514.51
Hex253812220444E5a33f
Octal4570224201041161326317
Binary1001011110001001010001001000100100111010110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253812; }

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

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

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

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

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

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

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

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