Html Css Color HEX #298550 Sea Green

📋 copy color: '#298550'

red 41 ◦ green 133 ◦ blue 80

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

Shades of Sea Green #298550

Tints of Sea Green #298550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

 BLUE value IS 80 (31.64% from 255) = 31.5%

R = 16.14%
G = 52.36%
B = 31.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#298550 (or 0x298550) is known color: Sea Green. HEX triplet: 29, 85 and 50. RGB value is (41,133,80). Sum of RGB (Red+Green+Blue) = 41+133+80=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #298550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298550 is #D67AAF. Grayscale: #636363. Windows color (decimal): -14056112 or 5276969. OLE color: 5276969.

HSL color Cylindrical-coordinate representation of color #298550: hue angle of 145.43º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298550 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 133 80 -
CMYK 0.69 0 0.40 0.48
HSL 145.43º 0.53% 0.34% -
HSV(B) 145.43º 0.69% 0.52% -
XYZ 10.75 17.83 10.46 -
YUV 99.45 117.02 86.31 -
System Red Green Blue C M Y K H S L
Decimal 41 133 80 0.69 0 0.40 0.48 145.43 0.53 0.34
Hex 29 85 50 45 0 28 30 91 35 22
Octal 51 205 120 105 0 50 60 221 65 42
Binary 101001 10000101 1010000 1000101 0 101000 110000 10010001 110101 100010

Color Harmonies of #298550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298550

Black with #298550

Text Example


Text Example

White with #298550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298550; }

 p { color: rgb(41,133,80); }

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

background-color css

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

 a { background-color: rgb(41,133,80); }

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

border-color css

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

 span { border-color: rgb(41,133,80); }

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