Html Css Color HEX #1C913F Sea Green

📋 copy color: '#1C913F'

red 28 ◦ green 145 ◦ blue 63

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

Shades of Sea Green #1C913F

Tints of Sea Green #1C913F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.69%

R = 11.86%
G = 61.44%
B = 26.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#1C913F (or 0x1C913F) is known color: Sea Green. HEX triplet: 1C, 91 and 3F. RGB value is (28,145,63). Sum of RGB (Red+Green+Blue) = 28+145+63=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 145 (57.03% from 255 or 61.44% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 145 - color contains mainly: green. Hex color #1C913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C913F is #E36EC0. Grayscale: #646464. Windows color (decimal): -14905025 or 4165916. OLE color: 4165916.

HSL color Cylindrical-coordinate representation of color #1C913F: hue angle of 137.95º 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 #1C913F is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 28 145 63 -
CMYK 0.81 0 0.57 0.43
HSL 137.95º 0.68% 0.34% -
HSV(B) 137.95º 0.81% 0.57% -
XYZ 11.5 20.86 8.12 -
YUV 100.67 106.74 76.17 -
System Red Green Blue C M Y K H S L
Decimal 28 145 63 0.81 0 0.57 0.43 137.95 0.68 0.34
Hex 1C 91 3F 51 0 39 2B 8A 44 22
Octal 34 221 77 121 0 71 53 212 104 42
Binary 11100 10010001 111111 1010001 0 111001 101011 10001010 1000100 100010

Color Harmonies of #1C913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C913F

Black with #1C913F

Text Example


Text Example

White with #1C913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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