Html Css Color HEX #253208 Pine Tree

📋 copy color: '#253208'

red 37 ◦ green 50 ◦ blue 8

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

Shades of Pine Tree #253208

Tints of Pine Tree #253208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.42%

R = 38.95%
G = 52.63%
B = 8.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.80

RGB Variations

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

Color information

#253208 (or 0x253208) is known color: Pine Tree. HEX triplet: 25, 32 and 08. RGB value is (37,50,8). Sum of RGB (Red+Green+Blue) = 37+50+8=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #253208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253208 is #DACDF7. Grayscale: #292929. Windows color (decimal): -14339576 or 537125. OLE color: 537125.

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

Color convert

RGB 37 50 8 -
CMYK 0.26 0 0.84 0.80
HSL 78.57º 0.72% 0.11% -
HSV(B) 78.57º 0.84% 0.2% -
XYZ 1.95 2.69 0.65 -
YUV 41.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 37 50 8 0.26 0 0.84 0.80 78.57 0.72 0.11
Hex 25 32 8 1A 0 54 50 4F 48 B
Octal 45 62 10 32 0 124 120 117 110 13
Binary 100101 110010 1000 11010 0 1010100 1010000 1001111 1001000 1011

Color Harmonies of #253208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253208

Black with #253208

Text Example


Text Example

White with #253208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253208; }

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

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

background-color css

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

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

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

border-color css

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

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

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