Html Css Color HEX #252E18 Pine Tree

📋 copy color: '#252E18'

red 37 ◦ green 46 ◦ blue 24

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

Shades of Pine Tree #252E18

Tints of Pine Tree #252E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.43%

R = 34.58%
G = 42.99%
B = 22.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.82

RGB Variations

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

Color information

#252E18 (or 0x252E18) is known color: Pine Tree. HEX triplet: 25, 2E and 18. RGB value is (37,46,24). Sum of RGB (Red+Green+Blue) = 37+46+24=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 46 - color contains mainly: green. Hex color #252E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252E18 is #DAD1E7. Grayscale: #282828. Windows color (decimal): -14340584 or 1584677. OLE color: 1584677.

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

Color convert

RGB 37 46 24 -
CMYK 0.20 0 0.48 0.82
HSL 84.55º 0.31% 0.14% -
HSV(B) 84.55º 0.48% 0.18% -
XYZ 1.9 2.41 1.23 -
YUV 40.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 37 46 24 0.20 0 0.48 0.82 84.55 0.31 0.14
Hex 25 2E 18 14 0 30 52 55 1F E
Octal 45 56 30 24 0 60 122 125 37 16
Binary 100101 101110 11000 10100 0 110000 1010010 1010101 11111 1110

Color Harmonies of #252E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E18

Black with #252E18

Text Example


Text Example

White with #252E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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