Html Css Color HEX #298255 Sea Green

📋 copy color: '#298255'

red 41 ◦ green 130 ◦ blue 85

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

Shades of Sea Green #298255

Tints of Sea Green #298255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.78%

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

R = 16.02%
G = 50.78%
B = 33.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#298255 (or 0x298255) is known color: Sea Green. HEX triplet: 29, 82 and 55. RGB value is (41,130,85). Sum of RGB (Red+Green+Blue) = 41+130+85=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #298255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298255 is #D67DAA. Grayscale: #626262. Windows color (decimal): -14056875 or 5603881. OLE color: 5603881.

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

Color convert

RGB 41 130 85 -
CMYK 0.68 0 0.35 0.49
HSL 149.66º 0.52% 0.34% -
HSV(B) 149.66º 0.68% 0.51% -
XYZ 10.54 17.09 11.34 -
YUV 98.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 41 130 85 0.68 0 0.35 0.49 149.66 0.52 0.34
Hex 29 82 55 44 0 23 31 96 34 22
Octal 51 202 125 104 0 43 61 226 64 42
Binary 101001 10000010 1010101 1000100 0 100011 110001 10010110 110100 100010

Color Harmonies of #298255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298255

Black with #298255

Text Example


Text Example

White with #298255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298255; }

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

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

background-color css

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

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

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

border-color css

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

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

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