Html Css Color HEX #25400A Pine Tree

📋 copy color: '#25400A'

red 37 ◦ green 64 ◦ blue 10

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

Shades of Pine Tree #25400A

Tints of Pine Tree #25400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 57.66%

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

R = 33.33%
G = 57.66%
B = 9.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#25400A (or 0x25400A) is known color: Pine Tree. HEX triplet: 25, 40 and 0A. RGB value is (37,64,10). Sum of RGB (Red+Green+Blue) = 37+64+10=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #25400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25400A is #DABFF5. Grayscale: #313131. Windows color (decimal): -14335990 or 671781. OLE color: 671781.

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

Color convert

RGB 37 64 10 -
CMYK 0.42 0 0.84 0.75
HSL 90º 0.73% 0.15% -
HSV(B) 90º 0.84% 0.25% -
XYZ 2.65 4.08 0.94 -
YUV 49.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 37 64 10 0.42 0 0.84 0.75 90 0.73 0.15
Hex 25 40 A 2A 0 54 4B 5A 49 F
Octal 45 100 12 52 0 124 113 132 111 17
Binary 100101 1000000 1010 101010 0 1010100 1001011 1011010 1001001 1111

Color Harmonies of #25400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25400A

Black with #25400A

Text Example


Text Example

White with #25400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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