Html Css Color HEX #25410D Pine Tree

📋 copy color: '#25410D'

red 37 ◦ green 65 ◦ blue 13

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

Shades of Pine Tree #25410D

Tints of Pine Tree #25410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 56.52%

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

R = 32.17%
G = 56.52%
B = 11.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#25410D (or 0x25410D) is known color: Pine Tree. HEX triplet: 25, 41 and 0D. RGB value is (37,65,13). Sum of RGB (Red+Green+Blue) = 37+65+13=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #25410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25410D is #DABEF2. Grayscale: #323232. Windows color (decimal): -14335731 or 868645. OLE color: 868645.

HSL color Cylindrical-coordinate representation of color #25410D: hue angle of 92.31º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25410D is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 65 13 -
CMYK 0.43 0 0.80 0.75
HSL 92.31º 0.67% 0.15% -
HSV(B) 92.31º 0.8% 0.25% -
XYZ 2.73 4.2 1.05 -
YUV 50.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 37 65 13 0.43 0 0.80 0.75 92.31 0.67 0.15
Hex 25 41 D 2B 0 50 4B 5C 43 F
Octal 45 101 15 53 0 120 113 134 103 17
Binary 100101 1000001 1101 101011 0 1010000 1001011 1011100 1000011 1111

Color Harmonies of #25410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25410D

Black with #25410D

Text Example


Text Example

White with #25410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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