#18230F

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

Shades of Pine Tree #18230F

Tints of Pine Tree #18230F

Color information

#18230F (or 0x18230F) is unknown color: approx Pine Tree. HEX triplet: 18, 23 and 0F. RGB value is (24,35,15). Sum of RGB (Red+Green+Blue) = 24+35+15=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #18230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18230F is #E7DCF0. Grayscale: #1D1D1D. Windows color (decimal): -15195377 or 992024. OLE color: 992024.

HSL color Cylindrical-coordinate representation of color #18230F: hue angle of 93º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #18230F is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.

Color convert

RGB243515-
CMYK0.3100.570.86
HSL93º40%9.8%-
HSV(B)93º57.14%13.73%-
XYZ1.061.430.67-
YUV29.43119.86124.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 35 (14.06% from 255) = 47.30%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=32.43%
G=47.30%
B=20.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2435150.3100.570.8693409.8
Hex1823F1F039565d28a
Octal304317370711261355012
Binary110001000111111111110111001101011010111011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,35,15); }

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

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

 a { background-color: rgb(24,35,15); }

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

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

 span { border-color: rgb(24,35,15); }

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