Html Css Color HEX #298C5E Sea Green

📋 copy color: '#298C5E'

red 41 ◦ green 140 ◦ blue 94

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

Shades of Sea Green #298C5E

Tints of Sea Green #298C5E

RGB

 RED value IS 41 (16.41% from 255) = 14.91%

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

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 14.91%
G = 50.91%
B = 34.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#298C5E (or 0x298C5E) is known color: Sea Green. HEX triplet: 29, 8C and 5E. RGB value is (41,140,94). Sum of RGB (Red+Green+Blue) = 41+140+94=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #298C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298C5E is #D673A1. Grayscale: #696969. Windows color (decimal): -14054306 or 6196265. OLE color: 6196265.

HSL color Cylindrical-coordinate representation of color #298C5E: hue angle of 152.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298C5E is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 140 94 -
CMYK 0.71 0 0.33 0.45
HSL 152.12º 0.55% 0.35% -
HSV(B) 152.12º 0.71% 0.55% -
XYZ 12.31 20.04 13.81 -
YUV 105.16 121.7 82.24 -
System Red Green Blue C M Y K H S L
Decimal 41 140 94 0.71 0 0.33 0.45 152.12 0.55 0.35
Hex 29 8C 5E 47 0 21 2D 98 37 23
Octal 51 214 136 107 0 41 55 230 67 43
Binary 101001 10001100 1011110 1000111 0 100001 101101 10011000 110111 100011

Color Harmonies of #298C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298C5E

Black with #298C5E

Text Example


Text Example

White with #298C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298C5E; }

 p { color: rgb(41,140,94); }

 H1.HeaderClassName
 {
   color: #298C5E;
 }
 .AnyTagClassName
 {
   color: #298C5E;
 }
</style>

background-color css

<style>
 a { background-color: #298C5E; }

 a { background-color: rgb(41,140,94); }

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

border-color css

<style>
 span { border-color: #298C5E; }

 span { border-color: rgb(41,140,94); }

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