Html Css Color HEX #252D18 Pine Tree

📋 copy color: '#252D18'

red 37 ◦ green 45 ◦ blue 24

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

Shades of Pine Tree #252D18

Tints of Pine Tree #252D18

RGB

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

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

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

R = 34.91%
G = 42.45%
B = 22.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.82

RGB Variations

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

Color information

#252D18 (or 0x252D18) is known color: Pine Tree. HEX triplet: 25, 2D and 18. RGB value is (37,45,24). Sum of RGB (Red+Green+Blue) = 37+45+24=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 45 - color contains mainly: green. Hex color #252D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252D18 is #DAD2E7. Grayscale: #282828. Windows color (decimal): -14340840 or 1584421. OLE color: 1584421.

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

Color convert

RGB 37 45 24 -
CMYK 0.18 0 0.47 0.82
HSL 82.86º 0.3% 0.14% -
HSV(B) 82.86º 0.47% 0.18% -
XYZ 1.87 2.34 1.22 -
YUV 40.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 37 45 24 0.18 0 0.47 0.82 82.86 0.3 0.14
Hex 25 2D 18 12 0 2F 52 53 1E E
Octal 45 55 30 22 0 57 122 123 36 16
Binary 100101 101101 11000 10010 0 101111 1010010 1010011 11110 1110

Color Harmonies of #252D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D18

Black with #252D18

Text Example


Text Example

White with #252D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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