Html Css Color HEX #1C690F Green

📋 copy color: '#1C690F'

red 28 ◦ green 105 ◦ blue 15

#1C690F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #1C690F

Tints of Green #1C690F

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 value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#1C690F (or 0x1C690F) is known color: 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

RGB 28 105 15 -
CMYK 0.73 0 0.86 0.59
HSL 111.33º 0.75% 0.24% -
HSV(B) 111.33º 0.86% 0.41% -
XYZ 5.62 10.38 2.16 -
YUV 71.72 95.99 96.82 -
System Red Green Blue C M Y K H S L
Decimal 28 105 15 0.73 0 0.86 0.59 111.33 0.75 0.24
Hex 1C 69 F 49 0 56 3B 6F 4B 18
Octal 34 151 17 111 0 126 73 157 113 30
Binary 11100 1101001 1111 1001001 0 1010110 111011 1101111 1001011 11000

Color Harmonies of #1C690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C690F

Black with #1C690F

Text Example


Text Example

White with #1C690F

Text Example


Text Example

HTML Codes & Css Web 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>