Html Css Color HEX #25340A Pine Tree

📋 copy color: '#25340A'

red 37 ◦ green 52 ◦ blue 10

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

Shades of Pine Tree #25340A

Tints of Pine Tree #25340A

RGB

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

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

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

R = 37.37%
G = 52.53%
B = 10.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.80

RGB Variations

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

Color information

#25340A (or 0x25340A) is known color: Pine Tree. HEX triplet: 25, 34 and 0A. RGB value is (37,52,10). Sum of RGB (Red+Green+Blue) = 37+52+10=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #25340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25340A is #DACBF5. Grayscale: #2A2A2A. Windows color (decimal): -14339062 or 668709. OLE color: 668709.

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

Color convert

RGB 37 52 10 -
CMYK 0.29 0 0.81 0.80
HSL 81.43º 0.68% 0.12% -
HSV(B) 81.43º 0.81% 0.2% -
XYZ 2.05 2.87 0.73 -
YUV 42.73 109.53 123.92 -
System Red Green Blue C M Y K H S L
Decimal 37 52 10 0.29 0 0.81 0.80 81.43 0.68 0.12
Hex 25 34 A 1D 0 51 50 51 44 C
Octal 45 64 12 35 0 121 120 121 104 14
Binary 100101 110100 1010 11101 0 1010001 1010000 1010001 1000100 1100

Color Harmonies of #25340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25340A

Black with #25340A

Text Example


Text Example

White with #25340A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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