Html Css Color HEX #25320B Pine Tree

📋 copy color: '#25320B'

red 37 ◦ green 50 ◦ blue 11

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

Shades of Pine Tree #25320B

Tints of Pine Tree #25320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.22%

R = 37.76%
G = 51.02%
B = 11.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#25320B (or 0x25320B) is known color: Pine Tree. HEX triplet: 25, 32 and 0B. RGB value is (37,50,11). Sum of RGB (Red+Green+Blue) = 37+50+11=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #25320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25320B is #DACDF4. Grayscale: #292929. Windows color (decimal): -14339573 or 733733. OLE color: 733733.

HSL color Cylindrical-coordinate representation of color #25320B: hue angle of 80º degrees, saturation: 0.64, 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 #25320B is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 11 -
CMYK 0.26 0 0.78 0.80
HSL 80º 0.64% 0.12% -
HSV(B) 80º 0.78% 0.2% -
XYZ 1.96 2.7 0.73 -
YUV 41.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 37 50 11 0.26 0 0.78 0.80 80 0.64 0.12
Hex 25 32 B 1A 0 4E 50 50 40 C
Octal 45 62 13 32 0 116 120 120 100 14
Binary 100101 110010 1011 11010 0 1001110 1010000 1010000 1000000 1100

Color Harmonies of #25320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25320B

Black with #25320B

Text Example


Text Example

White with #25320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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