Html Css Color HEX #25320F Pine Tree

📋 copy color: '#25320F'

red 37 ◦ green 50 ◦ blue 15

#25320F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #25320F

Tints of Pine Tree #25320F

RGB

 RED value IS 37 (14.84% from 255) = 36.27%

 GREEN value IS 50 (19.92% from 255) = 49.02%

 BLUE value IS 15 (6.25% from 255) = 14.71%

R = 36.27%
G = 49.02%
B = 14.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.80

RGB Variations

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

Color information

#25320F (or 0x25320F) is known color: Pine Tree. HEX triplet: 25, 32 and 0F. RGB value is (37,50,15). Sum of RGB (Red+Green+Blue) = 37+50+15=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #25320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25320F is #DACDF0. Grayscale: #2A2A2A. Windows color (decimal): -14339569 or 995877. OLE color: 995877.

HSL color Cylindrical-coordinate representation of color #25320F: hue angle of 82.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25320F is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 15 -
CMYK 0.26 0 0.70 0.80
HSL 82.29º 0.54% 0.13% -
HSV(B) 82.29º 0.7% 0.2% -
XYZ 1.99 2.71 0.87 -
YUV 42.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 37 50 15 0.26 0 0.70 0.80 82.29 0.54 0.13
Hex 25 32 F 1A 0 46 50 52 36 D
Octal 45 62 17 32 0 106 120 122 66 15
Binary 100101 110010 1111 11010 0 1000110 1010000 1010010 110110 1101

Color Harmonies of #25320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25320F

Black with #25320F

Text Example


Text Example

White with #25320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25320F; }

 p { color: rgb(37,50,15); }

 H1.HeaderClassName
 {
   color: #25320F;
 }
 .AnyTagClassName
 {
   color: #25320F;
 }
</style>

background-color css

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

 a { background-color: rgb(37,50,15); }

 div.DivClassName
 {
   background-color: #25320F;
 }
 .BgClassName
 {
   background-color: #25320F;
 }
</style>

border-color css

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

 span { border-color: rgb(37,50,15); }

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