Html Css Color HEX #298055 Sea Green

📋 copy color: '#298055'

red 41 ◦ green 128 ◦ blue 85

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

Shades of Sea Green #298055

Tints of Sea Green #298055

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.39%

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 16.14%
G = 50.39%
B = 33.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#298055 (or 0x298055) is known color: Sea Green. HEX triplet: 29, 80 and 55. RGB value is (41,128,85). Sum of RGB (Red+Green+Blue) = 41+128+85=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #298055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298055 is #D67FAA. Grayscale: #616161. Windows color (decimal): -14057387 or 5603369. OLE color: 5603369.

HSL color Cylindrical-coordinate representation of color #298055: hue angle of 150.34º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298055 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 128 85 -
CMYK 0.68 0 0.34 0.50
HSL 150.34º 0.51% 0.33% -
HSV(B) 150.34º 0.68% 0.5% -
XYZ 10.27 16.57 11.25 -
YUV 97.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 41 128 85 0.68 0 0.34 0.50 150.34 0.51 0.33
Hex 29 80 55 44 0 22 32 96 33 21
Octal 51 200 125 104 0 42 62 226 63 41
Binary 101001 10000000 1010101 1000100 0 100010 110010 10010110 110011 100001

Color Harmonies of #298055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298055

Black with #298055

Text Example


Text Example

White with #298055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298055; }

 p { color: rgb(41,128,85); }

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

background-color css

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

 a { background-color: rgb(41,128,85); }

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

border-color css

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

 span { border-color: rgb(41,128,85); }

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