#243014

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

Shades of Pine Tree #243014

Tints of Pine Tree #243014

Color information

#243014 (or 0x243014) is unknown color: approx Pine Tree. HEX triplet: 24, 30 and 14. RGB value is (36,48,20). Sum of RGB (Red+Green+Blue) = 36+48+20=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #243014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #243014 is #DBCFEB. Grayscale: #292929. Windows color (decimal): -14405612 or 1323044. OLE color: 1323044.

HSL color Cylindrical-coordinate representation of color #243014: hue angle of 85.71º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #243014 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB364820-
CMYK0.2500.580.81
HSL85.71º41.18%13.33%-
HSV(B)85.71º58.33%18.82%-
XYZ1.912.541.05-
YUV41.22116.02124.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.62%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=34.62%
G=46.15%
B=19.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3648200.2500.580.8185.7141.1813.33
Hex2430141903A515629d
Octal446024310721211265115
Binary10010011000010100110010111010101000110101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243014; }

 p { color: rgb(36,48,20); }

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

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

 a { background-color: rgb(36,48,20); }

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

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

 span { border-color: rgb(36,48,20); }

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