Html Css Color HEX #252E19 Pine Tree

📋 copy color: '#252E19'

red 37 ◦ green 46 ◦ blue 25

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

Shades of Pine Tree #252E19

Tints of Pine Tree #252E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 42.59%

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

R = 34.26%
G = 42.59%
B = 23.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.82

RGB Variations

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

Color information

#252E19 (or 0x252E19) is known color: Pine Tree. HEX triplet: 25, 2E and 19. RGB value is (37,46,25). Sum of RGB (Red+Green+Blue) = 37+46+25=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 46 - color contains mainly: green. Hex color #252E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252E19 is #DAD1E6. Grayscale: #282828. Windows color (decimal): -14340583 or 1650213. OLE color: 1650213.

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

Color convert

RGB 37 46 25 -
CMYK 0.20 0 0.46 0.82
HSL 85.71º 0.3% 0.14% -
HSV(B) 85.71º 0.46% 0.18% -
XYZ 1.92 2.42 1.29 -
YUV 40.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 37 46 25 0.20 0 0.46 0.82 85.71 0.3 0.14
Hex 25 2E 19 14 0 2E 52 56 1E E
Octal 45 56 31 24 0 56 122 126 36 16
Binary 100101 101110 11001 10100 0 101110 1010010 1010110 11110 1110

Color Harmonies of #252E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E19

Black with #252E19

Text Example


Text Example

White with #252E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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