Html Css Color HEX #1C6946 Jewel

📋 copy color: '#1C6946'

red 28 ◦ green 105 ◦ blue 70

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

Shades of Jewel #1C6946

Tints of Jewel #1C6946

RGB

 RED value IS 28 (11.33% from 255) = 13.79%

 GREEN value IS 105 (41.41% from 255) = 51.72%

 BLUE value IS 70 (27.73% from 255) = 34.48%

R = 13.79%
G = 51.72%
B = 34.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#1C6946 (or 0x1C6946) is known color: Jewel. HEX triplet: 1C, 69 and 46. RGB value is (28,105,70). Sum of RGB (Red+Green+Blue) = 28+105+70=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #1C6946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6946 is #E396B9. Grayscale: #4E4E4E. Windows color (decimal): -14915258 or 4614428. OLE color: 4614428.

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

Color convert

RGB 28 105 70 -
CMYK 0.73 0 0.33 0.59
HSL 152.73º 0.58% 0.26% -
HSV(B) 152.73º 0.73% 0.41% -
XYZ 6.64 10.79 7.53 -
YUV 77.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 28 105 70 0.73 0 0.33 0.59 152.73 0.58 0.26
Hex 1C 69 46 49 0 21 3B 99 3A 1A
Octal 34 151 106 111 0 41 73 231 72 32
Binary 11100 1101001 1000110 1001001 0 100001 111011 10011001 111010 11010

Color Harmonies of #1C6946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6946

Black with #1C6946

Text Example


Text Example

White with #1C6946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C6946;
 }
 .AnyTagClassName
 {
   color: #1C6946;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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