#253912

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

Shades of Pine Tree #253912

Tints of Pine Tree #253912

Color information

#253912 (or 0x253912) is unknown color: approx Pine Tree. HEX triplet: 25, 39 and 12. RGB value is (37,57,18). Sum of RGB (Red+Green+Blue) = 37+57+18=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #253912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253912 is #DAC6ED. Grayscale: #2E2E2E. Windows color (decimal): -14337774 or 1194277. OLE color: 1194277.

HSL color Cylindrical-coordinate representation of color #253912: hue angle of 90.77º degrees, saturation: 0.52, 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 #253912 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB375718-
CMYK0.3500.680.78
HSL90.77º52%14.71%-
HSV(B)90.77º68.42%22.35%-
XYZ2.343.361.1-
YUV46.57111.87121.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 57 (22.66% from 255) = 50.89%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=33.04%
G=50.89%
B=16.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3757180.3500.680.7890.775214.71
Hex253912230444E5b34f
Octal4571224301041161336417
Binary1001011110011001010001101000100100111010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253912; }

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

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

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

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

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

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

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

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