Html Css Color HEX #25410C Pine Tree

📋 copy color: '#25410C'

red 37 ◦ green 65 ◦ blue 12

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

Shades of Pine Tree #25410C

Tints of Pine Tree #25410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.53%

R = 32.46%
G = 57.02%
B = 10.53%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#25410C (or 0x25410C) is known color: Pine Tree. HEX triplet: 25, 41 and 0C. RGB value is (37,65,12). Sum of RGB (Red+Green+Blue) = 37+65+12=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #25410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25410C is #DABEF3. Grayscale: #323232. Windows color (decimal): -14335732 or 803109. OLE color: 803109.

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

Color convert

RGB 37 65 12 -
CMYK 0.43 0 0.82 0.75
HSL 91.7º 0.69% 0.15% -
HSV(B) 91.7º 0.82% 0.25% -
XYZ 2.72 4.2 1.02 -
YUV 50.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 37 65 12 0.43 0 0.82 0.75 91.7 0.69 0.15
Hex 25 41 C 2B 0 52 4B 5C 45 F
Octal 45 101 14 53 0 122 113 134 105 17
Binary 100101 1000001 1100 101011 0 1010010 1001011 1011100 1000101 1111

Color Harmonies of #25410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25410C

Black with #25410C

Text Example


Text Example

White with #25410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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