Html Css Color HEX #25300A Pine Tree

📋 copy color: '#25300A'

red 37 ◦ green 48 ◦ blue 10

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

Shades of Pine Tree #25300A

Tints of Pine Tree #25300A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.53%

R = 38.95%
G = 50.53%
B = 10.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#25300A (or 0x25300A) is known color: Pine Tree. HEX triplet: 25, 30 and 0A. RGB value is (37,48,10). Sum of RGB (Red+Green+Blue) = 37+48+10=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #25300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25300A is #DACFF5. Grayscale: #282828. Windows color (decimal): -14340086 or 667685. OLE color: 667685.

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

Color convert

RGB 37 48 10 -
CMYK 0.23 0 0.79 0.81
HSL 77.37º 0.66% 0.11% -
HSV(B) 77.37º 0.79% 0.19% -
XYZ 1.87 2.53 0.68 -
YUV 40.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 37 48 10 0.23 0 0.79 0.81 77.37 0.66 0.11
Hex 25 30 A 17 0 4F 51 4D 42 B
Octal 45 60 12 27 0 117 121 115 102 13
Binary 100101 110000 1010 10111 0 1001111 1010001 1001101 1000010 1011

Color Harmonies of #25300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25300A

Black with #25300A

Text Example


Text Example

White with #25300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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