#253212

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

Shades of Pine Tree #253212

Tints of Pine Tree #253212

Color information

#253212 (or 0x253212) is unknown color: approx Pine Tree. HEX triplet: 25, 32 and 12. RGB value is (37,50,18). Sum of RGB (Red+Green+Blue) = 37+50+18=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #253212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253212 is #DACDED. Grayscale: #2A2A2A. Windows color (decimal): -14339566 or 1192485. OLE color: 1192485.

HSL color Cylindrical-coordinate representation of color #253212: hue angle of 84.38º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253212 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB375018-
CMYK0.2600.640.80
HSL84.38º47.06%13.33%-
HSV(B)84.38º64%19.61%-
XYZ2.012.720.99-
YUV42.46114.19124.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=35.24%
G=47.62%
B=17.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3750180.2600.640.8084.3847.0613.33
Hex2532121A04050542fd
Octal4562223201001201245715
Binary100101110010100101101001000000101000010101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253212; }

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

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

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

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

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

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

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

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