#25330B

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

Shades of Pine Tree #25330B

Tints of Pine Tree #25330B

Color information

#25330B (or 0x25330B) is unknown color: approx Pine Tree. HEX triplet: 25, 33 and 0B. RGB value is (37,51,11). Sum of RGB (Red+Green+Blue) = 37+51+11=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #25330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25330B is #DACCF4. Grayscale: #2A2A2A. Windows color (decimal): -14339317 or 733989. OLE color: 733989.

HSL color Cylindrical-coordinate representation of color #25330B: hue angle of 81º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25330B is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB375111-
CMYK0.2700.780.8
HSL81º64.52%12.16%-
HSV(B)81º78.43%20%-
XYZ2.012.790.75-
YUV42.25110.36124.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 51 (20.31% from 255) = 51.52%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=37.37%
G=51.52%
B=11.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3751110.2700.780.88164.5212.16
Hex2533B1B04E505141c
Octal45631333011612012110114
Binary100101110011101111011010011101010000101000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25330B; }

 p { color: rgb(37,51,11); }

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

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

 a { background-color: rgb(37,51,11); }

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

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

 span { border-color: rgb(37,51,11); }

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