Html Css Color HEX #1E945C Sea Green

📋 copy color: '#1E945C'

red 30 ◦ green 148 ◦ blue 92

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

Shades of Sea Green #1E945C

Tints of Sea Green #1E945C

RGB

 RED value IS 30 (12.11% from 255) = 11.11%

 GREEN value IS 148 (58.2% from 255) = 54.81%

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 11.11%
G = 54.81%
B = 34.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#1E945C (or 0x1E945C) is known color: Sea Green. HEX triplet: 1E, 94 and 5C. RGB value is (30,148,92). Sum of RGB (Red+Green+Blue) = 30+148+92=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #1E945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E945C is #E16BA3. Grayscale: #6A6A6A. Windows color (decimal): -14773156 or 6067230. OLE color: 6067230.

HSL color Cylindrical-coordinate representation of color #1E945C: hue angle of 151.53º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E945C is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 148 92 -
CMYK 0.80 0 0.38 0.42
HSL 151.53º 0.66% 0.35% -
HSV(B) 151.53º 0.8% 0.58% -
XYZ 13.06 22.23 13.73 -
YUV 106.33 119.91 73.55 -
System Red Green Blue C M Y K H S L
Decimal 30 148 92 0.80 0 0.38 0.42 151.53 0.66 0.35
Hex 1E 94 5C 50 0 26 2A 98 42 23
Octal 36 224 134 120 0 46 52 230 102 43
Binary 11110 10010100 1011100 1010000 0 100110 101010 10011000 1000010 100011

Color Harmonies of #1E945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E945C

Black with #1E945C

Text Example


Text Example

White with #1E945C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,148,92); }

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

background-color css

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

 a { background-color: rgb(30,148,92); }

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

border-color css

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

 span { border-color: rgb(30,148,92); }

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