Html Css Color HEX #25300F Pine Tree

📋 copy color: '#25300F'

red 37 ◦ green 48 ◦ blue 15

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

Shades of Pine Tree #25300F

Tints of Pine Tree #25300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 48%

 BLUE value IS 15 (6.25% from 255) = 15%

R = 37%
G = 48%
B = 15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#25300F (or 0x25300F) is known color: Pine Tree. HEX triplet: 25, 30 and 0F. RGB value is (37,48,15). Sum of RGB (Red+Green+Blue) = 37+48+15=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #25300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25300F is #DACFF0. Grayscale: #292929. Windows color (decimal): -14340081 or 995365. OLE color: 995365.

HSL color Cylindrical-coordinate representation of color #25300F: hue angle of 80º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25300F is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 48 15 -
CMYK 0.23 0 0.69 0.81
HSL 80º 0.52% 0.12% -
HSV(B) 80º 0.69% 0.19% -
XYZ 1.91 2.54 0.84 -
YUV 40.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 37 48 15 0.23 0 0.69 0.81 80 0.52 0.12
Hex 25 30 F 17 0 45 51 50 34 C
Octal 45 60 17 27 0 105 121 120 64 14
Binary 100101 110000 1111 10111 0 1000101 1010001 1010000 110100 1100

Color Harmonies of #25300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25300F

Black with #25300F

Text Example


Text Example

White with #25300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25300F; }

 p { color: rgb(37,48,15); }

 H1.HeaderClassName
 {
   color: #25300F;
 }
 .AnyTagClassName
 {
   color: #25300F;
 }
</style>

background-color css

<style>
 a { background-color: #25300F; }

 a { background-color: rgb(37,48,15); }

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

border-color css

<style>
 span { border-color: #25300F; }

 span { border-color: rgb(37,48,15); }

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