Html Css Color HEX #252821 Pine Tree

📋 copy color: '#252821'

red 37 ◦ green 40 ◦ blue 33

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

Shades of Pine Tree #252821

Tints of Pine Tree #252821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.36%

 BLUE value IS 33 (13.28% from 255) = 30%

R = 33.64%
G = 36.36%
B = 30%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#252821 (or 0x252821) is known color: Pine Tree. HEX triplet: 25, 28 and 21. RGB value is (37,40,33). Sum of RGB (Red+Green+Blue) = 37+40+33=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 40 - color contains mainly: green. Hex color #252821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252821 is #DAD7DE. Grayscale: #262626. Windows color (decimal): -14342111 or 2172965. OLE color: 2172965.

HSL color Cylindrical-coordinate representation of color #252821: hue angle of 85.71º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #252821 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 40 33 -
CMYK 0.07 0 0.17 0.84
HSL 85.71º 0.1% 0.14% -
HSV(B) 85.71º 0.18% 0.16% -
XYZ 1.8 2.02 1.73 -
YUV 38.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 37 40 33 0.07 0 0.17 0.84 85.71 0.1 0.14
Hex 25 28 21 7 0 11 54 56 A E
Octal 45 50 41 7 0 21 124 126 12 16
Binary 100101 101000 100001 111 0 10001 1010100 1010110 1010 1110

Color Harmonies of #252821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252821

Black with #252821

Text Example


Text Example

White with #252821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252821; }

 p { color: rgb(37,40,33); }

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

background-color css

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

 a { background-color: rgb(37,40,33); }

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

border-color css

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

 span { border-color: rgb(37,40,33); }

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