Html Css Color HEX #25350A Pine Tree

📋 copy color: '#25350A'

red 37 ◦ green 53 ◦ blue 10

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

Shades of Pine Tree #25350A

Tints of Pine Tree #25350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 53%

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

R = 37%
G = 53%
B = 10%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#25350A (or 0x25350A) is known color: Pine Tree. HEX triplet: 25, 35 and 0A. RGB value is (37,53,10). Sum of RGB (Red+Green+Blue) = 37+53+10=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #25350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25350A is #DACAF5. Grayscale: #2B2B2B. Windows color (decimal): -14338806 or 668965. OLE color: 668965.

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

Color convert

RGB 37 53 10 -
CMYK 0.30 0 0.81 0.79
HSL 82.33º 0.68% 0.12% -
HSV(B) 82.33º 0.81% 0.21% -
XYZ 2.09 2.96 0.75 -
YUV 43.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 37 53 10 0.30 0 0.81 0.79 82.33 0.68 0.12
Hex 25 35 A 1E 0 51 4F 52 44 C
Octal 45 65 12 36 0 121 117 122 104 14
Binary 100101 110101 1010 11110 0 1010001 1001111 1010010 1000100 1100

Color Harmonies of #25350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25350A

Black with #25350A

Text Example


Text Example

White with #25350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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