Html Css Color HEX #25400D Pine Tree

📋 copy color: '#25400D'

red 37 ◦ green 64 ◦ blue 13

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

Shades of Pine Tree #25400D

Tints of Pine Tree #25400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.4%

R = 32.46%
G = 56.14%
B = 11.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#25400D (or 0x25400D) is known color: Pine Tree. HEX triplet: 25, 40 and 0D. RGB value is (37,64,13). Sum of RGB (Red+Green+Blue) = 37+64+13=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #25400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25400D is #DABFF2. Grayscale: #323232. Windows color (decimal): -14335987 or 868389. OLE color: 868389.

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

Color convert

RGB 37 64 13 -
CMYK 0.42 0 0.80 0.75
HSL 91.76º 0.66% 0.15% -
HSV(B) 91.76º 0.8% 0.25% -
XYZ 2.67 4.09 1.03 -
YUV 50.11 107.05 118.65 -
System Red Green Blue C M Y K H S L
Decimal 37 64 13 0.42 0 0.80 0.75 91.76 0.66 0.15
Hex 25 40 D 2A 0 50 4B 5C 42 F
Octal 45 100 15 52 0 120 113 134 102 17
Binary 100101 1000000 1101 101010 0 1010000 1001011 1011100 1000010 1111

Color Harmonies of #25400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25400D

Black with #25400D

Text Example


Text Example

White with #25400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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