Html Css Color HEX #2A8F58 Sea Green

📋 copy color: '#2A8F58'

red 42 ◦ green 143 ◦ blue 88

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

Shades of Sea Green #2A8F58

Tints of Sea Green #2A8F58

RGB

 RED value IS 42 (16.8% from 255) = 15.38%

 GREEN value IS 143 (56.25% from 255) = 52.38%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 15.38%
G = 52.38%
B = 32.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#2A8F58 (or 0x2A8F58) is known color: Sea Green. HEX triplet: 2A, 8F and 58. RGB value is (42,143,88). Sum of RGB (Red+Green+Blue) = 42+143+88=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8F58 is #D570A7. Grayscale: #6A6A6A. Windows color (decimal): -13988008 or 5803818. OLE color: 5803818.

HSL color Cylindrical-coordinate representation of color #2A8F58: hue angle of 147.33º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8F58 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 42 143 88 -
CMYK 0.71 0 0.38 0.44
HSL 147.33º 0.55% 0.36% -
HSV(B) 147.33º 0.71% 0.56% -
XYZ 12.54 20.84 12.59 -
YUV 106.53 117.54 81.97 -
System Red Green Blue C M Y K H S L
Decimal 42 143 88 0.71 0 0.38 0.44 147.33 0.55 0.36
Hex 2A 8F 58 47 0 26 2C 93 37 24
Octal 52 217 130 107 0 46 54 223 67 44
Binary 101010 10001111 1011000 1000111 0 100110 101100 10010011 110111 100100

Color Harmonies of #2A8F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8F58

Black with #2A8F58

Text Example


Text Example

White with #2A8F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A8F58; }

 p { color: rgb(42,143,88); }

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

background-color css

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

 a { background-color: rgb(42,143,88); }

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

border-color css

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

 span { border-color: rgb(42,143,88); }

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