#253407

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

Shades of Pine Tree #253407

Tints of Pine Tree #253407

Color information

#253407 (or 0x253407) is unknown color: approx Pine Tree. HEX triplet: 25, 34 and 07. RGB value is (37,52,7). Sum of RGB (Red+Green+Blue) = 37+52+7=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #253407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253407 is #DACBF8. Grayscale: #2A2A2A. Windows color (decimal): -14339065 or 472101. OLE color: 472101.

HSL color Cylindrical-coordinate representation of color #253407: hue angle of 80º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #253407 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.80.

Color convert

RGB37527-
CMYK0.2900.870.80
HSL80º76.27%11.57%-
HSV(B)80º86.54%20.39%-
XYZ2.032.860.65-
YUV42.38108.03124.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 52 (20.70% from 255) = 54.17%
BLUE value IS 7 (3.12% from 255) = 7.29%
R=38.54%
G=54.17%
B=7.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal375270.2900.870.808076.2711.57
Hex253471D05750504cc
Octal4564735012712012011414
Binary10010111010011111101010101111010000101000010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253407; }

 p { color: rgb(37,52,7); }

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

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

 a { background-color: rgb(37,52,7); }

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

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

 span { border-color: rgb(37,52,7); }

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