Html Css Color HEX #25301A Pine Tree

📋 copy color: '#25301A'

red 37 ◦ green 48 ◦ blue 26

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

Shades of Pine Tree #25301A

Tints of Pine Tree #25301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.42%

R = 33.33%
G = 43.24%
B = 23.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#25301A (or 0x25301A) is known color: Pine Tree. HEX triplet: 25, 30 and 1A. RGB value is (37,48,26). Sum of RGB (Red+Green+Blue) = 37+48+26=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #25301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25301A is #DACFE5. Grayscale: #2A2A2A. Windows color (decimal): -14340070 or 1716261. OLE color: 1716261.

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

Color convert

RGB 37 48 26 -
CMYK 0.23 0 0.46 0.81
HSL 90º 0.3% 0.15% -
HSV(B) 90º 0.46% 0.19% -
XYZ 2.01 2.58 1.37 -
YUV 42.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 37 48 26 0.23 0 0.46 0.81 90 0.3 0.15
Hex 25 30 1A 17 0 2E 51 5A 1E F
Octal 45 60 32 27 0 56 121 132 36 17
Binary 100101 110000 11010 10111 0 101110 1010001 1011010 11110 1111

Color Harmonies of #25301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25301A

Black with #25301A

Text Example


Text Example

White with #25301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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