Html Css Color HEX #25300C Pine Tree

📋 copy color: '#25300C'

red 37 ◦ green 48 ◦ blue 12

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

Shades of Pine Tree #25300C

Tints of Pine Tree #25300C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.37%

R = 38.14%
G = 49.48%
B = 12.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#25300C (or 0x25300C) is known color: Pine Tree. HEX triplet: 25, 30 and 0C. RGB value is (37,48,12). Sum of RGB (Red+Green+Blue) = 37+48+12=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #25300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25300C is #DACFF3. Grayscale: #282828. Windows color (decimal): -14340084 or 798757. OLE color: 798757.

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

Color convert

RGB 37 48 12 -
CMYK 0.23 0 0.75 0.81
HSL 78.33º 0.6% 0.12% -
HSV(B) 78.33º 0.75% 0.19% -
XYZ 1.89 2.53 0.74 -
YUV 40.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 37 48 12 0.23 0 0.75 0.81 78.33 0.6 0.12
Hex 25 30 C 17 0 4B 51 4E 3C C
Octal 45 60 14 27 0 113 121 116 74 14
Binary 100101 110000 1100 10111 0 1001011 1010001 1001110 111100 1100

Color Harmonies of #25300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25300C

Black with #25300C

Text Example


Text Example

White with #25300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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