Html Css Color HEX #298248 Sea Green

📋 copy color: '#298248'

red 41 ◦ green 130 ◦ blue 72

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

Shades of Sea Green #298248

Tints of Sea Green #298248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.63%

R = 16.87%
G = 53.5%
B = 29.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#298248 (or 0x298248) is known color: Sea Green. HEX triplet: 29, 82 and 48. RGB value is (41,130,72). Sum of RGB (Red+Green+Blue) = 41+130+72=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #298248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298248 is #D67DB7. Grayscale: #606060. Windows color (decimal): -14056888 or 4751913. OLE color: 4751913.

HSL color Cylindrical-coordinate representation of color #298248: hue angle of 140.9º 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 #298248 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 130 72 -
CMYK 0.68 0 0.45 0.49
HSL 140.9º 0.52% 0.34% -
HSV(B) 140.9º 0.68% 0.51% -
XYZ 10.07 16.9 8.86 -
YUV 96.78 114.01 88.22 -
System Red Green Blue C M Y K H S L
Decimal 41 130 72 0.68 0 0.45 0.49 140.9 0.52 0.34
Hex 29 82 48 44 0 2D 31 8D 34 22
Octal 51 202 110 104 0 55 61 215 64 42
Binary 101001 10000010 1001000 1000100 0 101101 110001 10001101 110100 100010

Color Harmonies of #298248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298248

Black with #298248

Text Example


Text Example

White with #298248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298248; }

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

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

background-color css

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

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

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

border-color css

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

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

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