Html Css Color HEX #252920 Pine Tree

📋 copy color: '#252920'

red 37 ◦ green 41 ◦ blue 32

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

Shades of Pine Tree #252920

Tints of Pine Tree #252920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 37.27%

 BLUE value IS 32 (12.89% from 255) = 29.09%

R = 33.64%
G = 37.27%
B = 29.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#252920 (or 0x252920) is known color: Pine Tree. HEX triplet: 25, 29 and 20. RGB value is (37,41,32). Sum of RGB (Red+Green+Blue) = 37+41+32=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 41 - color contains mainly: green. Hex color #252920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252920 is #DAD6DF. Grayscale: #262626. Windows color (decimal): -14341856 or 2107685. OLE color: 2107685.

HSL color Cylindrical-coordinate representation of color #252920: hue angle of 86.67º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #252920 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 41 32 -
CMYK 0.10 0 0.22 0.84
HSL 86.67º 0.12% 0.14% -
HSV(B) 86.67º 0.22% 0.16% -
XYZ 1.82 2.08 1.67 -
YUV 38.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 37 41 32 0.10 0 0.22 0.84 86.67 0.12 0.14
Hex 25 29 20 A 0 16 54 57 C E
Octal 45 51 40 12 0 26 124 127 14 16
Binary 100101 101001 100000 1010 0 10110 1010100 1010111 1100 1110

Color Harmonies of #252920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252920

Black with #252920

Text Example


Text Example

White with #252920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252920; }

 p { color: rgb(37,41,32); }

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

background-color css

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

 a { background-color: rgb(37,41,32); }

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

border-color css

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

 span { border-color: rgb(37,41,32); }

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