Html Css Color HEX #25400B Pine Tree

📋 copy color: '#25400B'

red 37 ◦ green 64 ◦ blue 11

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

Shades of Pine Tree #25400B

Tints of Pine Tree #25400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.82%

R = 33.04%
G = 57.14%
B = 9.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#25400B (or 0x25400B) is known color: Pine Tree. HEX triplet: 25, 40 and 0B. RGB value is (37,64,11). Sum of RGB (Red+Green+Blue) = 37+64+11=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #25400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25400B is #DABFF4. Grayscale: #323232. Windows color (decimal): -14335989 or 737317. OLE color: 737317.

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

Color convert

RGB 37 64 11 -
CMYK 0.42 0 0.83 0.75
HSL 90.57º 0.71% 0.15% -
HSV(B) 90.57º 0.83% 0.25% -
XYZ 2.66 4.08 0.96 -
YUV 49.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 37 64 11 0.42 0 0.83 0.75 90.57 0.71 0.15
Hex 25 40 B 2A 0 53 4B 5B 47 F
Octal 45 100 13 52 0 123 113 133 107 17
Binary 100101 1000000 1011 101010 0 1010011 1001011 1011011 1000111 1111

Color Harmonies of #25400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25400B

Black with #25400B

Text Example


Text Example

White with #25400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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