Html Css Color HEX #25340D Pine Tree

📋 copy color: '#25340D'

red 37 ◦ green 52 ◦ blue 13

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

Shades of Pine Tree #25340D

Tints of Pine Tree #25340D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.75%

R = 36.27%
G = 50.98%
B = 12.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#25340D (or 0x25340D) is known color: Pine Tree. HEX triplet: 25, 34 and 0D. RGB value is (37,52,13). Sum of RGB (Red+Green+Blue) = 37+52+13=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #25340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25340D is #DACBF2. Grayscale: #2B2B2B. Windows color (decimal): -14339059 or 865317. OLE color: 865317.

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

Color convert

RGB 37 52 13 -
CMYK 0.29 0 0.75 0.80
HSL 83.08º 0.6% 0.13% -
HSV(B) 83.08º 0.75% 0.2% -
XYZ 2.06 2.88 0.83 -
YUV 43.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 37 52 13 0.29 0 0.75 0.80 83.08 0.6 0.13
Hex 25 34 D 1D 0 4B 50 53 3C D
Octal 45 64 15 35 0 113 120 123 74 15
Binary 100101 110100 1101 11101 0 1001011 1010000 1010011 111100 1101

Color Harmonies of #25340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25340D

Black with #25340D

Text Example


Text Example

White with #25340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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