Html Css Color HEX #1C9248 Sea Green

📋 copy color: '#1C9248'

red 28 ◦ green 146 ◦ blue 72

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

Shades of Sea Green #1C9248

Tints of Sea Green #1C9248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 59.35%

 BLUE value IS 72 (28.52% from 255) = 29.27%

R = 11.38%
G = 59.35%
B = 29.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#1C9248 (or 0x1C9248) is known color: Sea Green. HEX triplet: 1C, 92 and 48. RGB value is (28,146,72). Sum of RGB (Red+Green+Blue) = 28+146+72=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #1C9248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9248 is #E36DB7. Grayscale: #666666. Windows color (decimal): -14904760 or 4755996. OLE color: 4755996.

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

Color convert

RGB 28 146 72 -
CMYK 0.81 0 0.51 0.43
HSL 142.37º 0.68% 0.34% -
HSV(B) 142.37º 0.81% 0.57% -
XYZ 11.93 21.27 9.61 -
YUV 102.28 110.91 75.02 -
System Red Green Blue C M Y K H S L
Decimal 28 146 72 0.81 0 0.51 0.43 142.37 0.68 0.34
Hex 1C 92 48 51 0 33 2B 8E 44 22
Octal 34 222 110 121 0 63 53 216 104 42
Binary 11100 10010010 1001000 1010001 0 110011 101011 10001110 1000100 100010

Color Harmonies of #1C9248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9248

Black with #1C9248

Text Example


Text Example

White with #1C9248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,146,72); }

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

background-color css

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

 a { background-color: rgb(28,146,72); }

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

border-color css

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

 span { border-color: rgb(28,146,72); }

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