Html Css Color HEX #253410 Pine Tree

📋 copy color: '#253410'

red 37 ◦ green 52 ◦ blue 16

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

Shades of Pine Tree #253410

Tints of Pine Tree #253410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.52%

 BLUE value IS 16 (6.64% from 255) = 15.24%

R = 35.24%
G = 49.52%
B = 15.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.80

RGB Variations

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

Color information

#253410 (or 0x253410) is known color: Pine Tree. HEX triplet: 25, 34 and 10. RGB value is (37,52,16). Sum of RGB (Red+Green+Blue) = 37+52+16=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #253410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253410 is #DACBEF. Grayscale: #2B2B2B. Windows color (decimal): -14339056 or 1061925. OLE color: 1061925.

HSL color Cylindrical-coordinate representation of color #253410: hue angle of 85º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253410 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 52 16 -
CMYK 0.29 0 0.69 0.80
HSL 85º 0.53% 0.13% -
HSV(B) 85º 0.69% 0.2% -
XYZ 2.08 2.89 0.94 -
YUV 43.41 112.53 123.43 -
System Red Green Blue C M Y K H S L
Decimal 37 52 16 0.29 0 0.69 0.80 85 0.53 0.13
Hex 25 34 10 1D 0 45 50 55 35 D
Octal 45 64 20 35 0 105 120 125 65 15
Binary 100101 110100 10000 11101 0 1000101 1010000 1010101 110101 1101

Color Harmonies of #253410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253410

Black with #253410

Text Example


Text Example

White with #253410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253410; }

 p { color: rgb(37,52,16); }

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

background-color css

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

 a { background-color: rgb(37,52,16); }

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

border-color css

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

 span { border-color: rgb(37,52,16); }

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