Html Css Color HEX #25410A Pine Tree

📋 copy color: '#25410A'

red 37 ◦ green 65 ◦ blue 10

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

Shades of Pine Tree #25410A

Tints of Pine Tree #25410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.93%

R = 33.04%
G = 58.04%
B = 8.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#25410A (or 0x25410A) is known color: Pine Tree. HEX triplet: 25, 41 and 0A. RGB value is (37,65,10). Sum of RGB (Red+Green+Blue) = 37+65+10=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #25410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25410A is #DABEF5. Grayscale: #323232. Windows color (decimal): -14335734 or 672037. OLE color: 672037.

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

Color convert

RGB 37 65 10 -
CMYK 0.43 0 0.85 0.75
HSL 90.55º 0.73% 0.15% -
HSV(B) 90.55º 0.85% 0.25% -
XYZ 2.71 4.2 0.95 -
YUV 50.36 105.22 118.47 -
System Red Green Blue C M Y K H S L
Decimal 37 65 10 0.43 0 0.85 0.75 90.55 0.73 0.15
Hex 25 41 A 2B 0 55 4B 5B 49 F
Octal 45 101 12 53 0 125 113 133 111 17
Binary 100101 1000001 1010 101011 0 1010101 1001011 1011011 1001001 1111

Color Harmonies of #25410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25410A

Black with #25410A

Text Example


Text Example

White with #25410A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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