Html Css Color HEX #1C6047 Jewel

📋 copy color: '#1C6047'

red 28 ◦ green 96 ◦ blue 71

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

Shades of Jewel #1C6047

Tints of Jewel #1C6047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.23%

 BLUE value IS 71 (28.13% from 255) = 36.41%

R = 14.36%
G = 49.23%
B = 36.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#1C6047 (or 0x1C6047) is known color: Jewel. HEX triplet: 1C, 60 and 47. RGB value is (28,96,71). Sum of RGB (Red+Green+Blue) = 28+96+71=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #1C6047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6047 is #E39FB8. Grayscale: #484848. Windows color (decimal): -14917561 or 4677660. OLE color: 4677660.

HSL color Cylindrical-coordinate representation of color #1C6047: hue angle of 157.94º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6047 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 28 96 71 -
CMYK 0.71 0 0.26 0.62
HSL 157.94º 0.55% 0.24% -
HSV(B) 157.94º 0.71% 0.38% -
XYZ 5.8 9.07 7.41 -
YUV 72.82 126.97 96.03 -
System Red Green Blue C M Y K H S L
Decimal 28 96 71 0.71 0 0.26 0.62 157.94 0.55 0.24
Hex 1C 60 47 47 0 1A 3E 9E 37 18
Octal 34 140 107 107 0 32 76 236 67 30
Binary 11100 1100000 1000111 1000111 0 11010 111110 10011110 110111 11000

Color Harmonies of #1C6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6047

Black with #1C6047

Text Example


Text Example

White with #1C6047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,96,71); }

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

background-color css

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

 a { background-color: rgb(28,96,71); }

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

border-color css

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

 span { border-color: rgb(28,96,71); }

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