Html Css Color HEX #25301B Pine Tree

📋 copy color: '#25301B'

red 37 ◦ green 48 ◦ blue 27

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

Shades of Pine Tree #25301B

Tints of Pine Tree #25301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 24.11%

R = 33.04%
G = 42.86%
B = 24.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#25301B (or 0x25301B) is known color: Pine Tree. HEX triplet: 25, 30 and 1B. RGB value is (37,48,27). Sum of RGB (Red+Green+Blue) = 37+48+27=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #25301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25301B is #DACFE4. Grayscale: #2A2A2A. Windows color (decimal): -14340069 or 1781797. OLE color: 1781797.

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

Color convert

RGB 37 48 27 -
CMYK 0.23 0 0.44 0.81
HSL 91.43º 0.28% 0.15% -
HSV(B) 91.43º 0.44% 0.19% -
XYZ 2.02 2.59 1.43 -
YUV 42.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 37 48 27 0.23 0 0.44 0.81 91.43 0.28 0.15
Hex 25 30 1B 17 0 2C 51 5B 1C F
Octal 45 60 33 27 0 54 121 133 34 17
Binary 100101 110000 11011 10111 0 101100 1010001 1011011 11100 1111

Color Harmonies of #25301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25301B

Black with #25301B

Text Example


Text Example

White with #25301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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