Html Css Color HEX #25310B Pine Tree

📋 copy color: '#25310B'

red 37 ◦ green 49 ◦ blue 11

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

Shades of Pine Tree #25310B

Tints of Pine Tree #25310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 50.52%

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

R = 38.14%
G = 50.52%
B = 11.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#25310B (or 0x25310B) is known color: Pine Tree. HEX triplet: 25, 31 and 0B. RGB value is (37,49,11). Sum of RGB (Red+Green+Blue) = 37+49+11=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #25310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25310B is #DACEF4. Grayscale: #292929. Windows color (decimal): -14339829 or 733477. OLE color: 733477.

HSL color Cylindrical-coordinate representation of color #25310B: hue angle of 78.95º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25310B is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 49 11 -
CMYK 0.24 0 0.78 0.81
HSL 78.95º 0.63% 0.12% -
HSV(B) 78.95º 0.78% 0.19% -
XYZ 1.92 2.61 0.72 -
YUV 41.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 37 49 11 0.24 0 0.78 0.81 78.95 0.63 0.12
Hex 25 31 B 18 0 4E 51 4F 3F C
Octal 45 61 13 30 0 116 121 117 77 14
Binary 100101 110001 1011 11000 0 1001110 1010001 1001111 111111 1100

Color Harmonies of #25310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25310B

Black with #25310B

Text Example


Text Example

White with #25310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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