Html Css Color HEX #25300E Pine Tree

📋 copy color: '#25300E'

red 37 ◦ green 48 ◦ blue 14

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

Shades of Pine Tree #25300E

Tints of Pine Tree #25300E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.14%

R = 37.37%
G = 48.48%
B = 14.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#25300E (or 0x25300E) is known color: Pine Tree. HEX triplet: 25, 30 and 0E. RGB value is (37,48,14). Sum of RGB (Red+Green+Blue) = 37+48+14=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #25300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25300E is #DACFF1. Grayscale: #282828. Windows color (decimal): -14340082 or 929829. OLE color: 929829.

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

Color convert

RGB 37 48 14 -
CMYK 0.23 0 0.71 0.81
HSL 79.41º 0.55% 0.12% -
HSV(B) 79.41º 0.71% 0.19% -
XYZ 1.9 2.54 0.81 -
YUV 40.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 37 48 14 0.23 0 0.71 0.81 79.41 0.55 0.12
Hex 25 30 E 17 0 47 51 4F 37 C
Octal 45 60 16 27 0 107 121 117 67 14
Binary 100101 110000 1110 10111 0 1000111 1010001 1001111 110111 1100

Color Harmonies of #25300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25300E

Black with #25300E

Text Example


Text Example

White with #25300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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