#242F1A

Color #242F1A Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #242F1A

Tints of Pine Tree #242F1A

Color information

#242F1A (or 0x242F1A) is unknown color: approx Pine Tree. HEX triplet: 24, 2F and 1A. RGB value is (36,47,26). Sum of RGB (Red+Green+Blue) = 36+47+26=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 47 - color contains mainly: green. Hex color #242F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F1A is #DBD0E5. Grayscale: #292929. Windows color (decimal): -14405862 or 1716004. OLE color: 1716004.

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

Color convert

RGB364726-
CMYK0.2300.450.82
HSL91.43º28.77%14.31%-
HSV(B)91.43º44.68%18.43%-
XYZ1.932.481.35-
YUV41.32119.36124.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.03%
GREEN value IS 47 (18.75% from 255) = 43.12%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=33.03%
G=43.12%
B=23.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3647260.2300.450.8291.4328.7714.31
Hex242F1A1702D525b1de
Octal445732270551221333516
Binary1001001011111101010111010110110100101011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242F1A; }

 p { color: rgb(36,47,26); }

 H1.HeaderClassName
 {
   color: #242F1A;
 }
 .AnyTagClassName
 {
   color: #242F1A;
 }
</style>
background-color css

<style>
 a { background-color: #242F1A; }

 a { background-color: rgb(36,47,26); }

 div.DivClassName
 {
   background-color: #242F1A;
 }
 .BgClassName
 {
   background-color: #242F1A;
 }
</style>
border-color css

<style>
 span { border-color: #242F1A; }

 span { border-color: rgb(36,47,26); }

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