Html Css Color HEX #1C6144 Jewel

📋 copy color: '#1C6144'

red 28 ◦ green 97 ◦ blue 68

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

Shades of Jewel #1C6144

Tints of Jewel #1C6144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.26%

 BLUE value IS 68 (26.95% from 255) = 35.23%

R = 14.51%
G = 50.26%
B = 35.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#1C6144 (or 0x1C6144) is known color: Jewel. HEX triplet: 1C, 61 and 44. RGB value is (28,97,68). Sum of RGB (Red+Green+Blue) = 28+97+68=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #1C6144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6144 is #E39EBB. Grayscale: #494949. Windows color (decimal): -14917308 or 4481308. OLE color: 4481308.

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

Color convert

RGB 28 97 68 -
CMYK 0.71 0 0.30 0.62
HSL 154.78º 0.55% 0.25% -
HSV(B) 154.78º 0.71% 0.38% -
XYZ 5.8 9.21 6.94 -
YUV 73.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 28 97 68 0.71 0 0.30 0.62 154.78 0.55 0.25
Hex 1C 61 44 47 0 1E 3E 9B 37 19
Octal 34 141 104 107 0 36 76 233 67 31
Binary 11100 1100001 1000100 1000111 0 11110 111110 10011011 110111 11001

Color Harmonies of #1C6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6144

Black with #1C6144

Text Example


Text Example

White with #1C6144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,97,68); }

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

background-color css

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

 a { background-color: rgb(28,97,68); }

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

border-color css

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

 span { border-color: rgb(28,97,68); }

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