#18230A

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

Shades of Pine Tree #18230A

Tints of Pine Tree #18230A

Color information

#18230A (or 0x18230A) is unknown color: approx Pine Tree. HEX triplet: 18, 23 and 0A. RGB value is (24,35,10). Sum of RGB (Red+Green+Blue) = 24+35+10=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #18230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18230A is #E7DCF5. Grayscale: #1C1C1C. Windows color (decimal): -15195382 or 664344. OLE color: 664344.

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

Color convert

RGB243510-
CMYK0.3100.710.86
HSL86.4º55.56%8.82%-
HSV(B)86.4º71.43%13.73%-
XYZ1.031.420.51-
YUV28.86117.36124.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.78%
GREEN value IS 35 (14.06% from 255) = 50.72%
BLUE value IS 10 (4.30% from 255) = 14.49%
R=34.78%
G=50.72%
B=14.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2435100.3100.710.8686.455.568.82
Hex1823A1F0475656389
Octal3043123701071261267011
Binary1100010001110101111101000111101011010101101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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