Html Css Color HEX #252921 Pine Tree

📋 copy color: '#252921'

red 37 ◦ green 41 ◦ blue 33

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

Shades of Pine Tree #252921

Tints of Pine Tree #252921

RGB

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

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

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

R = 33.33%
G = 36.94%
B = 29.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#252921 (or 0x252921) is known color: Pine Tree. HEX triplet: 25, 29 and 21. RGB value is (37,41,33). Sum of RGB (Red+Green+Blue) = 37+41+33=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 41 - color contains mainly: green. Hex color #252921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252921 is #DAD6DE. Grayscale: #262626. Windows color (decimal): -14341855 or 2173221. OLE color: 2173221.

HSL color Cylindrical-coordinate representation of color #252921: hue angle of 90º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #252921 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 41 33 -
CMYK 0.10 0 0.20 0.84
HSL 90º 0.11% 0.15% -
HSV(B) 90º 0.2% 0.16% -
XYZ 1.83 2.09 1.75 -
YUV 38.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 37 41 33 0.10 0 0.20 0.84 90 0.11 0.15
Hex 25 29 21 A 0 14 54 5A B F
Octal 45 51 41 12 0 24 124 132 13 17
Binary 100101 101001 100001 1010 0 10100 1010100 1011010 1011 1111

Color Harmonies of #252921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252921

Black with #252921

Text Example


Text Example

White with #252921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252921; }

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

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

background-color css

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

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

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

border-color css

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

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

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