Html Css Color HEX #25300B Pine Tree

📋 copy color: '#25300B'

red 37 ◦ green 48 ◦ blue 11

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

Shades of Pine Tree #25300B

Tints of Pine Tree #25300B

RGB

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

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

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

R = 38.54%
G = 50%
B = 11.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#25300B (or 0x25300B) is known color: Pine Tree. HEX triplet: 25, 30 and 0B. RGB value is (37,48,11). Sum of RGB (Red+Green+Blue) = 37+48+11=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #25300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25300B is #DACFF4. Grayscale: #282828. Windows color (decimal): -14340085 or 733221. OLE color: 733221.

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

Color convert

RGB 37 48 11 -
CMYK 0.23 0 0.77 0.81
HSL 77.84º 0.63% 0.12% -
HSV(B) 77.84º 0.77% 0.19% -
XYZ 1.88 2.53 0.71 -
YUV 40.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 37 48 11 0.23 0 0.77 0.81 77.84 0.63 0.12
Hex 25 30 B 17 0 4D 51 4E 3F C
Octal 45 60 13 27 0 115 121 116 77 14
Binary 100101 110000 1011 10111 0 1001101 1010001 1001110 111111 1100

Color Harmonies of #25300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25300B

Black with #25300B

Text Example


Text Example

White with #25300B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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