Html Css Color HEX #252D19 Pine Tree

📋 copy color: '#252D19'

red 37 ◦ green 45 ◦ blue 25

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

Shades of Pine Tree #252D19

Tints of Pine Tree #252D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 42.06%

 BLUE value IS 25 (10.16% from 255) = 23.36%

R = 34.58%
G = 42.06%
B = 23.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.82

RGB Variations

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

Color information

#252D19 (or 0x252D19) is known color: Pine Tree. HEX triplet: 25, 2D and 19. RGB value is (37,45,25). Sum of RGB (Red+Green+Blue) = 37+45+25=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 45 (17.97% from 255 or 42.06% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 45 - color contains mainly: green. Hex color #252D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252D19 is #DAD2E6. Grayscale: #282828. Windows color (decimal): -14340839 or 1649957. OLE color: 1649957.

HSL color Cylindrical-coordinate representation of color #252D19: hue angle of 84º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #252D19 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 45 25 -
CMYK 0.18 0 0.44 0.82
HSL 84º 0.29% 0.14% -
HSV(B) 84º 0.44% 0.18% -
XYZ 1.88 2.34 1.27 -
YUV 40.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 37 45 25 0.18 0 0.44 0.82 84 0.29 0.14
Hex 25 2D 19 12 0 2C 52 54 1D E
Octal 45 55 31 22 0 54 122 124 35 16
Binary 100101 101101 11001 10010 0 101100 1010010 1010100 11101 1110

Color Harmonies of #252D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D19

Black with #252D19

Text Example


Text Example

White with #252D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252D19; }

 p { color: rgb(37,45,25); }

 H1.HeaderClassName
 {
   color: #252D19;
 }
 .AnyTagClassName
 {
   color: #252D19;
 }
</style>

background-color css

<style>
 a { background-color: #252D19; }

 a { background-color: rgb(37,45,25); }

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

border-color css

<style>
 span { border-color: #252D19; }

 span { border-color: rgb(37,45,25); }

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