Html Css Color HEX #1C6C5C Eden

📋 copy color: '#1C6C5C'

red 28 ◦ green 108 ◦ blue 92

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

Shades of Eden #1C6C5C

Tints of Eden #1C6C5C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.37%

 BLUE value IS 92 (36.33% from 255) = 40.35%

R = 12.28%
G = 47.37%
B = 40.35%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#1C6C5C (or 0x1C6C5C) is known color: Eden. HEX triplet: 1C, 6C and 5C. RGB value is (28,108,92). Sum of RGB (Red+Green+Blue) = 28+108+92=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 108 - color contains mainly: green. Hex color #1C6C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6C5C is #E393A3. Grayscale: #525252. Windows color (decimal): -14914468 or 6056988. OLE color: 6056988.

HSL color Cylindrical-coordinate representation of color #1C6C5C: hue angle of 168º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6C5C is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 108 92 -
CMYK 0.74 0 0.15 0.58
HSL 168º 0.59% 0.27% -
HSV(B) 168º 0.74% 0.42% -
XYZ 7.77 11.74 11.98 -
YUV 82.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 28 108 92 0.74 0 0.15 0.58 168 0.59 0.27
Hex 1C 6C 5C 4A 0 F 3A A8 3B 1B
Octal 34 154 134 112 0 17 72 250 73 33
Binary 11100 1101100 1011100 1001010 0 1111 111010 10101000 111011 11011

Color Harmonies of #1C6C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6C5C

Black with #1C6C5C

Text Example


Text Example

White with #1C6C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,108,92); }

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

background-color css

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

 a { background-color: rgb(28,108,92); }

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

border-color css

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

 span { border-color: rgb(28,108,92); }

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