Html Css Color HEX #25320C Pine Tree

📋 copy color: '#25320C'

red 37 ◦ green 50 ◦ blue 12

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

Shades of Pine Tree #25320C

Tints of Pine Tree #25320C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.12%

R = 37.37%
G = 50.51%
B = 12.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.80

RGB Variations

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

Color information

#25320C (or 0x25320C) is known color: Pine Tree. HEX triplet: 25, 32 and 0C. RGB value is (37,50,12). Sum of RGB (Red+Green+Blue) = 37+50+12=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #25320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25320C is #DACDF3. Grayscale: #292929. Windows color (decimal): -14339572 or 799269. OLE color: 799269.

HSL color Cylindrical-coordinate representation of color #25320C: hue angle of 80.53º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25320C is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 12 -
CMYK 0.26 0 0.76 0.80
HSL 80.53º 0.61% 0.12% -
HSV(B) 80.53º 0.76% 0.2% -
XYZ 1.97 2.7 0.77 -
YUV 41.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 37 50 12 0.26 0 0.76 0.80 80.53 0.61 0.12
Hex 25 32 C 1A 0 4C 50 51 3D C
Octal 45 62 14 32 0 114 120 121 75 14
Binary 100101 110010 1100 11010 0 1001100 1010000 1010001 111101 1100

Color Harmonies of #25320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25320C

Black with #25320C

Text Example


Text Example

White with #25320C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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