#253F09

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

Shades of Pine Tree #253F09

Tints of Pine Tree #253F09

Color information

#253F09 (or 0x253F09) is unknown color: approx Pine Tree. HEX triplet: 25, 3F and 09. RGB value is (37,63,9). Sum of RGB (Red+Green+Blue) = 37+63+9=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #253F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253F09 is #DAC0F6. Grayscale: #313131. Windows color (decimal): -14336247 or 605989. OLE color: 605989.

HSL color Cylindrical-coordinate representation of color #253F09: hue angle of 88.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #253F09 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB37639-
CMYK0.4100.860.75
HSL88.89º75%14.12%-
HSV(B)88.89º85.71%24.71%-
XYZ2.593.970.89-
YUV49.07105.39119.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 63 (25% from 255) = 57.80%
BLUE value IS 9 (3.91% from 255) = 8.26%
R=33.94%
G=57.80%
B=8.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal376390.4100.860.7588.897514.12
Hex253F9290564B594be
Octal45771151012611313111316
Binary1001011111111001101001010101101001011101100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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