Html Css Color HEX #1C8C52 Sea Green

📋 copy color: '#1C8C52'

red 28 ◦ green 140 ◦ blue 82

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

Shades of Sea Green #1C8C52

Tints of Sea Green #1C8C52

RGB

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

 GREEN value IS 140 (55.08% from 255) = 56%

 BLUE value IS 82 (32.42% from 255) = 32.8%

R = 11.2%
G = 56%
B = 32.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#1C8C52 (or 0x1C8C52) is known color: Sea Green. HEX triplet: 1C, 8C and 52. RGB value is (28,140,82). Sum of RGB (Red+Green+Blue) = 28+140+82=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 140 (55.08% from 255 or 56% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8C52 is #E373AD. Grayscale: #646464. Windows color (decimal): -14906286 or 5409820. OLE color: 5409820.

HSL color Cylindrical-coordinate representation of color #1C8C52: hue angle of 148.93º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8C52 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 140 82 -
CMYK 0.80 0 0.41 0.45
HSL 148.93º 0.67% 0.33% -
HSV(B) 148.93º 0.8% 0.55% -
XYZ 11.38 19.61 11.17 -
YUV 99.9 117.89 76.72 -
System Red Green Blue C M Y K H S L
Decimal 28 140 82 0.80 0 0.41 0.45 148.93 0.67 0.33
Hex 1C 8C 52 50 0 29 2D 95 43 21
Octal 34 214 122 120 0 51 55 225 103 41
Binary 11100 10001100 1010010 1010000 0 101001 101101 10010101 1000011 100001

Color Harmonies of #1C8C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8C52

Black with #1C8C52

Text Example


Text Example

White with #1C8C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,140,82); }

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

background-color css

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

 a { background-color: rgb(28,140,82); }

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

border-color css

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

 span { border-color: rgb(28,140,82); }

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