#1C690F

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

Shades of Green #1C690F

Tints of Green #1C690F

Color information

#1C690F (or 0x1C690F) is unknown color: approx Green. HEX triplet: 1C, 69 and 0F. RGB value is (28,105,15). Sum of RGB (Red+Green+Blue) = 28+105+15=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 105 (41.41% from 255 or 70.95% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 105 - color contains mainly: green. Hex color #1C690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C690F is #E396F0. Grayscale: #484848. Windows color (decimal): -14915313 or 1009948. OLE color: 1009948.

HSL color Cylindrical-coordinate representation of color #1C690F: hue angle of 111.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C690F is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB2810515-
CMYK0.7300.860.59
HSL111.33º75%23.53%-
HSV(B)111.33º85.71%41.18%-
XYZ5.6210.382.16-
YUV71.7295.9996.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.92%
GREEN value IS 105 (41.41% from 255) = 70.95%
BLUE value IS 15 (6.25% from 255) = 10.14%
R=18.92%
G=70.95%
B=10.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28105150.7300.860.59111.337523.53
Hex1C69F490563B6f4b18
Octal341511711101267315711330
Binary11100110100111111001001010101101110111101111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C690F; }

 p { color: rgb(28,105,15); }

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

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

 a { background-color: rgb(28,105,15); }

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

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

 span { border-color: rgb(28,105,15); }

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