#253308

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

Shades of Pine Tree #253308

Tints of Pine Tree #253308

Color information

#253308 (or 0x253308) is unknown color: approx Pine Tree. HEX triplet: 25, 33 and 08. RGB value is (37,51,8). Sum of RGB (Red+Green+Blue) = 37+51+8=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #253308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253308 is #DACCF7. Grayscale: #2A2A2A. Windows color (decimal): -14339320 or 537381. OLE color: 537381.

HSL color Cylindrical-coordinate representation of color #253308: hue angle of 79.53º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253308 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB37518-
CMYK0.2700.840.8
HSL79.53º72.88%11.57%-
HSV(B)79.53º84.31%20%-
XYZ1.992.780.66-
YUV41.91108.86124.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 51 (20.31% from 255) = 53.12%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=38.54%
G=53.12%
B=8.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal375180.2700.840.879.5372.8811.57
Hex253381B054505049c
Octal45631033012412012011114
Binary100101110011100011011010101001010000101000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253308; }

 p { color: rgb(37,51,8); }

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

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

 a { background-color: rgb(37,51,8); }

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

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

 span { border-color: rgb(37,51,8); }

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