#253A0F

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

Shades of Pine Tree #253A0F

Tints of Pine Tree #253A0F

Color information

#253A0F (or 0x253A0F) is unknown color: approx Pine Tree. HEX triplet: 25, 3A and 0F. RGB value is (37,58,15). Sum of RGB (Red+Green+Blue) = 37+58+15=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #253A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253A0F is #DAC5F0. Grayscale: #2E2E2E. Windows color (decimal): -14337521 or 997925. OLE color: 997925.

HSL color Cylindrical-coordinate representation of color #253A0F: hue angle of 89.3º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #253A0F is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB375815-
CMYK0.3600.740.77
HSL89.3º58.9%14.31%-
HSV(B)89.3º74.14%22.75%-
XYZ2.363.450.99-
YUV46.82110.04121-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 58 (23.05% from 255) = 52.73%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=33.64%
G=52.73%
B=13.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3758150.3600.740.7789.358.914.31
Hex253AF2404A4D593be
Octal4572174401121151317316
Binary100101111010111110010001001010100110110110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,58,15); }

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

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

 a { background-color: rgb(37,58,15); }

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

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

 span { border-color: rgb(37,58,15); }

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