Html Css Color HEX #253213 Pine Tree

📋 copy color: '#253213'

red 37 ◦ green 50 ◦ blue 19

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

Shades of Pine Tree #253213

Tints of Pine Tree #253213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.92%

R = 34.91%
G = 47.17%
B = 17.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#253213 (or 0x253213) is known color: Pine Tree. HEX triplet: 25, 32 and 13. RGB value is (37,50,19). Sum of RGB (Red+Green+Blue) = 37+50+19=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #253213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253213 is #DACDEC. Grayscale: #2A2A2A. Windows color (decimal): -14339565 or 1258021. OLE color: 1258021.

HSL color Cylindrical-coordinate representation of color #253213: hue angle of 85.16º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #253213 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 19 -
CMYK 0.26 0 0.62 0.80
HSL 85.16º 0.45% 0.14% -
HSV(B) 85.16º 0.62% 0.2% -
XYZ 2.02 2.72 1.03 -
YUV 42.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 37 50 19 0.26 0 0.62 0.80 85.16 0.45 0.14
Hex 25 32 13 1A 0 3E 50 55 2D E
Octal 45 62 23 32 0 76 120 125 55 16
Binary 100101 110010 10011 11010 0 111110 1010000 1010101 101101 1110

Color Harmonies of #253213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253213

Black with #253213

Text Example


Text Example

White with #253213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253213; }

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

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

background-color css

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

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

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

border-color css

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

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

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