#243013

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

Shades of Pine Tree #243013

Tints of Pine Tree #243013

Color information

#243013 (or 0x243013) is unknown color: approx Pine Tree. HEX triplet: 24, 30 and 13. RGB value is (36,48,19). Sum of RGB (Red+Green+Blue) = 36+48+19=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #243013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #243013 is #DBCFEC. Grayscale: #292929. Windows color (decimal): -14405613 or 1257508. OLE color: 1257508.

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

Color convert

RGB364819-
CMYK0.2500.600.81
HSL84.83º43.28%13.14%-
HSV(B)84.83º60.42%18.82%-
XYZ1.92.541.01-
YUV41.11115.52124.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.95%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=34.95%
G=46.60%
B=18.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3648190.2500.600.8184.8343.2813.14
Hex2430131903C51552bd
Octal446023310741211255315
Binary10010011000010011110010111100101000110101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243013; }

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

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

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

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

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

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

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

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