Html Css Color HEX #24281F Pine Tree

📋 copy color: '#24281F'

red 36 ◦ green 40 ◦ blue 31

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

Shades of Pine Tree #24281F

Tints of Pine Tree #24281F

RGB

 RED value IS 36 (14.45% from 255) = 33.64%

 GREEN value IS 40 (16.02% from 255) = 37.38%

 BLUE value IS 31 (12.5% from 255) = 28.97%

R = 33.64%
G = 37.38%
B = 28.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#24281F (or 0x24281F) is known color: Pine Tree. HEX triplet: 24, 28 and 1F. RGB value is (36,40,31). Sum of RGB (Red+Green+Blue) = 36+40+31=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 40 - color contains mainly: green. Hex color #24281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24281F is #DBD7E0. Grayscale: #252525. Windows color (decimal): -14407649 or 2041892. OLE color: 2041892.

HSL color Cylindrical-coordinate representation of color #24281F: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #24281F is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 40 31 -
CMYK 0.10 0 0.22 0.84
HSL 86.67º 0.13% 0.14% -
HSV(B) 86.67º 0.23% 0.16% -
XYZ 1.73 1.99 1.59 -
YUV 37.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 36 40 31 0.10 0 0.22 0.84 86.67 0.13 0.14
Hex 24 28 1F A 0 16 54 57 D E
Octal 44 50 37 12 0 26 124 127 15 16
Binary 100100 101000 11111 1010 0 10110 1010100 1010111 1101 1110

Color Harmonies of #24281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24281F

Black with #24281F

Text Example


Text Example

White with #24281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24281F; }

 p { color: rgb(36,40,31); }

 H1.HeaderClassName
 {
   color: #24281F;
 }
 .AnyTagClassName
 {
   color: #24281F;
 }
</style>

background-color css

<style>
 a { background-color: #24281F; }

 a { background-color: rgb(36,40,31); }

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

border-color css

<style>
 span { border-color: #24281F; }

 span { border-color: rgb(36,40,31); }

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