#25380C

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

Shades of Pine Tree #25380C

Tints of Pine Tree #25380C

Color information

#25380C (or 0x25380C) is unknown color: approx Pine Tree. HEX triplet: 25, 38 and 0C. RGB value is (37,56,12). Sum of RGB (Red+Green+Blue) = 37+56+12=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #25380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25380C is #DAC7F3. Grayscale: #2D2D2D. Windows color (decimal): -14338036 or 800805. OLE color: 800805.

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

Color convert

RGB375612-
CMYK0.3400.790.78
HSL85.91º64.71%13.33%-
HSV(B)85.91º78.57%21.96%-
XYZ2.243.250.86-
YUV45.3109.21122.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 56 (22.27% from 255) = 53.33%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=35.24%
G=53.33%
B=11.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3756120.3400.790.7885.9164.7113.33
Hex2538C2204F4E5641d
Octal45701442011711612610115
Binary1001011110001100100010010011111001110101011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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