Html Css Color HEX #298A5E Sea Green

📋 copy color: '#298A5E'

red 41 ◦ green 138 ◦ blue 94

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

Shades of Sea Green #298A5E

Tints of Sea Green #298A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.55%

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

R = 15.02%
G = 50.55%
B = 34.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#298A5E (or 0x298A5E) is known color: Sea Green. HEX triplet: 29, 8A and 5E. RGB value is (41,138,94). Sum of RGB (Red+Green+Blue) = 41+138+94=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #298A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298A5E is #D675A1. Grayscale: #686868. Windows color (decimal): -14054818 or 6195753. OLE color: 6195753.

HSL color Cylindrical-coordinate representation of color #298A5E: hue angle of 152.78º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298A5E is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 138 94 -
CMYK 0.70 0 0.32 0.46
HSL 152.78º 0.54% 0.35% -
HSV(B) 152.78º 0.7% 0.54% -
XYZ 12.02 19.46 13.71 -
YUV 103.98 122.36 83.08 -
System Red Green Blue C M Y K H S L
Decimal 41 138 94 0.70 0 0.32 0.46 152.78 0.54 0.35
Hex 29 8A 5E 46 0 20 2E 99 36 23
Octal 51 212 136 106 0 40 56 231 66 43
Binary 101001 10001010 1011110 1000110 0 100000 101110 10011001 110110 100011

Color Harmonies of #298A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298A5E

Black with #298A5E

Text Example


Text Example

White with #298A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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