Html Css Color HEX #1C755F Deep Sea

📋 copy color: '#1C755F'

red 28 ◦ green 117 ◦ blue 95

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

Shades of Deep Sea #1C755F

Tints of Deep Sea #1C755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.75%

 BLUE value IS 95 (37.5% from 255) = 39.58%

R = 11.67%
G = 48.75%
B = 39.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#1C755F (or 0x1C755F) is known color: Deep Sea. HEX triplet: 1C, 75 and 5F. RGB value is (28,117,95). Sum of RGB (Red+Green+Blue) = 28+117+95=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #1C755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C755F is #E38AA0. Grayscale: #575757. Windows color (decimal): -14912161 or 6255900. OLE color: 6255900.

HSL color Cylindrical-coordinate representation of color #1C755F: hue angle of 165.17º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C755F is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 117 95 -
CMYK 0.76 0 0.19 0.54
HSL 165.17º 0.61% 0.28% -
HSV(B) 165.17º 0.76% 0.46% -
XYZ 8.91 13.8 13.02 -
YUV 87.88 132.01 85.29 -
System Red Green Blue C M Y K H S L
Decimal 28 117 95 0.76 0 0.19 0.54 165.17 0.61 0.28
Hex 1C 75 5F 4C 0 13 36 A5 3D 1C
Octal 34 165 137 114 0 23 66 245 75 34
Binary 11100 1110101 1011111 1001100 0 10011 110110 10100101 111101 11100

Color Harmonies of #1C755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C755F

Black with #1C755F

Text Example


Text Example

White with #1C755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,117,95); }

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

background-color css

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

 a { background-color: rgb(28,117,95); }

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

border-color css

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

 span { border-color: rgb(28,117,95); }

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