Html Css Color HEX #25320A Pine Tree

📋 copy color: '#25320A'

red 37 ◦ green 50 ◦ blue 10

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

Shades of Pine Tree #25320A

Tints of Pine Tree #25320A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.31%

R = 38.14%
G = 51.55%
B = 10.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.80

RGB Variations

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

Color information

#25320A (or 0x25320A) is known color: Pine Tree. HEX triplet: 25, 32 and 0A. RGB value is (37,50,10). Sum of RGB (Red+Green+Blue) = 37+50+10=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #25320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25320A is #DACDF5. Grayscale: #292929. Windows color (decimal): -14339574 or 668197. OLE color: 668197.

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

Color convert

RGB 37 50 10 -
CMYK 0.26 0 0.80 0.80
HSL 79.5º 0.67% 0.12% -
HSV(B) 79.5º 0.8% 0.2% -
XYZ 1.96 2.7 0.7 -
YUV 41.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 37 50 10 0.26 0 0.80 0.80 79.5 0.67 0.12
Hex 25 32 A 1A 0 50 50 50 43 C
Octal 45 62 12 32 0 120 120 120 103 14
Binary 100101 110010 1010 11010 0 1010000 1010000 1010000 1000011 1100

Color Harmonies of #25320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25320A

Black with #25320A

Text Example


Text Example

White with #25320A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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