Html Css Color HEX #1C914F Sea Green

📋 copy color: '#1C914F'

red 28 ◦ green 145 ◦ blue 79

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

Shades of Sea Green #1C914F

Tints of Sea Green #1C914F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.54%

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 11.11%
G = 57.54%
B = 31.35%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#1C914F (or 0x1C914F) is known color: Sea Green. HEX triplet: 1C, 91 and 4F. RGB value is (28,145,79). Sum of RGB (Red+Green+Blue) = 28+145+79=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #1C914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C914F is #E36EB0. Grayscale: #666666. Windows color (decimal): -14905009 or 5214492. OLE color: 5214492.

HSL color Cylindrical-coordinate representation of color #1C914F: hue angle of 146.15º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C914F is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 28 145 79 -
CMYK 0.81 0 0.46 0.43
HSL 146.15º 0.68% 0.34% -
HSV(B) 146.15º 0.81% 0.57% -
XYZ 12.02 21.06 10.83 -
YUV 102.49 114.74 74.87 -
System Red Green Blue C M Y K H S L
Decimal 28 145 79 0.81 0 0.46 0.43 146.15 0.68 0.34
Hex 1C 91 4F 51 0 2E 2B 92 44 22
Octal 34 221 117 121 0 56 53 222 104 42
Binary 11100 10010001 1001111 1010001 0 101110 101011 10010010 1000100 100010

Color Harmonies of #1C914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C914F

Black with #1C914F

Text Example


Text Example

White with #1C914F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,145,79); }

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

background-color css

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

 a { background-color: rgb(28,145,79); }

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

border-color css

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

 span { border-color: rgb(28,145,79); }

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