#253A09

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

Shades of Pine Tree #253A09

Tints of Pine Tree #253A09

Color information

#253A09 (or 0x253A09) is unknown color: approx Pine Tree. HEX triplet: 25, 3A and 09. RGB value is (37,58,9). Sum of RGB (Red+Green+Blue) = 37+58+9=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 58 (23.05% from 255 or 55.77% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 58 - color contains mainly: green. Hex color #253A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253A09 is #DAC5F6. Grayscale: #2E2E2E. Windows color (decimal): -14337527 or 604709. OLE color: 604709.

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

Color convert

RGB37589-
CMYK0.3600.840.77
HSL85.71º73.13%13.14%-
HSV(B)85.71º84.48%22.75%-
XYZ2.333.440.8-
YUV46.14107.04121.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 58 (23.05% from 255) = 55.77%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=35.58%
G=55.77%
B=8.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal375890.3600.840.7785.7173.1313.14
Hex253A9240544D5649d
Octal45721144012411512611115
Binary1001011110101001100100010101001001101101011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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