#18670F

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

Shades of Green #18670F

Tints of Green #18670F

Color information

#18670F (or 0x18670F) is unknown color: approx Green. HEX triplet: 18, 67 and 0F. RGB value is (24,103,15). Sum of RGB (Red+Green+Blue) = 24+103+15=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 103 (40.62% from 255 or 72.54% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 103 - color contains mainly: green. Hex color #18670F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18670F is #E798F0. Grayscale: #454545. Windows color (decimal): -15177969 or 1009432. OLE color: 1009432.

HSL color Cylindrical-coordinate representation of color #18670F: hue angle of 113.86º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18670F is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB2410315-
CMYK0.7700.850.60
HSL113.86º74.58%23.14%-
HSV(B)113.86º85.44%40.39%-
XYZ5.319.932.09-
YUV69.3597.3395.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.90%
GREEN value IS 103 (40.62% from 255) = 72.54%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=16.90%
G=72.54%
B=10.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24103150.7700.850.60113.8674.5823.14
Hex1867F4D0553C724b17
Octal301471711501257416211327
Binary11000110011111111001101010101011111001110010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18670F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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