#25380A

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

Shades of Pine Tree #25380A

Tints of Pine Tree #25380A

Color information

#25380A (or 0x25380A) is unknown color: approx Pine Tree. HEX triplet: 25, 38 and 0A. RGB value is (37,56,10). Sum of RGB (Red+Green+Blue) = 37+56+10=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #25380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25380A is #DAC7F5. Grayscale: #2D2D2D. Windows color (decimal): -14338038 or 669733. OLE color: 669733.

HSL color Cylindrical-coordinate representation of color #25380A: hue angle of 84.78º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25380A is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB375610-
CMYK0.3400.820.78
HSL84.78º69.7%12.94%-
HSV(B)84.78º82.14%21.96%-
XYZ2.233.240.8-
YUV45.08108.21122.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 56 (22.27% from 255) = 54.37%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=35.92%
G=54.37%
B=9.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3756100.3400.820.7884.7869.712.94
Hex2538A220524E5546d
Octal45701242012211612510615
Binary1001011110001010100010010100101001110101010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25380A; }

 p { color: rgb(37,56,10); }

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

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

 a { background-color: rgb(37,56,10); }

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

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

 span { border-color: rgb(37,56,10); }

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