#253905

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

Shades of Pine Tree #253905

Tints of Pine Tree #253905

Color information

#253905 (or 0x253905) is unknown color: approx Pine Tree. HEX triplet: 25, 39 and 05. RGB value is (37,57,5). Sum of RGB (Red+Green+Blue) = 37+57+5=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #253905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253905 is #DAC6FA. Grayscale: #2D2D2D. Windows color (decimal): -14337787 or 342309. OLE color: 342309.

HSL color Cylindrical-coordinate representation of color #253905: hue angle of 83.08º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #253905 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB37575-
CMYK0.3500.910.78
HSL83.08º83.87%12.16%-
HSV(B)83.08º91.23%22.35%-
XYZ2.253.330.67-
YUV45.09105.37122.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 57 (22.66% from 255) = 57.58%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=37.37%
G=57.58%
B=5.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal375750.3500.910.7883.0883.8712.16
Hex253952305B4E5354c
Octal4571543013311612312414
Binary100101111001101100011010110111001110101001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253905; }

 p { color: rgb(37,57,5); }

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

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

 a { background-color: rgb(37,57,5); }

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

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

 span { border-color: rgb(37,57,5); }

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