Html Css Color HEX #253219 Pine Tree

📋 copy color: '#253219'

red 37 ◦ green 50 ◦ blue 25

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

Shades of Pine Tree #253219

Tints of Pine Tree #253219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.32%

R = 33.04%
G = 44.64%
B = 22.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#253219 (or 0x253219) is known color: Pine Tree. HEX triplet: 25, 32 and 19. RGB value is (37,50,25). Sum of RGB (Red+Green+Blue) = 37+50+25=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #253219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253219 is #DACDE6. Grayscale: #2B2B2B. Windows color (decimal): -14339559 or 1651237. OLE color: 1651237.

HSL color Cylindrical-coordinate representation of color #253219: hue angle of 91.2º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #253219 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 25 -
CMYK 0.26 0 0.50 0.80
HSL 91.2º 0.33% 0.15% -
HSV(B) 91.2º 0.5% 0.2% -
XYZ 2.08 2.74 1.34 -
YUV 43.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 37 50 25 0.26 0 0.50 0.80 91.2 0.33 0.15
Hex 25 32 19 1A 0 32 50 5B 21 F
Octal 45 62 31 32 0 62 120 133 41 17
Binary 100101 110010 11001 11010 0 110010 1010000 1011011 100001 1111

Color Harmonies of #253219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253219

Black with #253219

Text Example


Text Example

White with #253219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253219; }

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

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

background-color css

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

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

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

border-color css

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

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

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