#242E1A

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

Shades of Pine Tree #242E1A

Tints of Pine Tree #242E1A

Color information

#242E1A (or 0x242E1A) is unknown color: approx Pine Tree. HEX triplet: 24, 2E and 1A. RGB value is (36,46,26). Sum of RGB (Red+Green+Blue) = 36+46+26=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 46 - color contains mainly: green. Hex color #242E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E1A is #DBD1E5. Grayscale: #282828. Windows color (decimal): -14406118 or 1715748. OLE color: 1715748.

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

Color convert

RGB364626-
CMYK0.2200.430.82
HSL90º27.78%14.12%-
HSV(B)90º43.48%18.04%-
XYZ1.892.41.34-
YUV40.73119.69124.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.33%
GREEN value IS 46 (18.36% from 255) = 42.59%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=33.33%
G=42.59%
B=24.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3646260.2200.430.829027.7814.12
Hex242E1A1602B525a1ce
Octal445632260531221323416
Binary1001001011101101010110010101110100101011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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