Html Css Color HEX #2A8B5F Sea Green

📋 copy color: '#2A8B5F'

red 42 ◦ green 139 ◦ blue 95

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

Shades of Sea Green #2A8B5F

Tints of Sea Green #2A8B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50.36%

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 15.22%
G = 50.36%
B = 34.42%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#2A8B5F (or 0x2A8B5F) is known color: Sea Green. HEX triplet: 2A, 8B and 5F. RGB value is (42,139,95). Sum of RGB (Red+Green+Blue) = 42+139+95=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #2A8B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8B5F is #D574A0. Grayscale: #696969. Windows color (decimal): -13989025 or 6261546. OLE color: 6261546.

HSL color Cylindrical-coordinate representation of color #2A8B5F: hue angle of 152.78º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8B5F is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 42 139 95 -
CMYK 0.70 0 0.32 0.45
HSL 152.78º 0.54% 0.35% -
HSV(B) 152.78º 0.7% 0.55% -
XYZ 12.25 19.78 14 -
YUV 104.98 122.36 83.08 -
System Red Green Blue C M Y K H S L
Decimal 42 139 95 0.70 0 0.32 0.45 152.78 0.54 0.35
Hex 2A 8B 5F 46 0 20 2D 99 36 23
Octal 52 213 137 106 0 40 55 231 66 43
Binary 101010 10001011 1011111 1000110 0 100000 101101 10011001 110110 100011

Color Harmonies of #2A8B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8B5F

Black with #2A8B5F

Text Example


Text Example

White with #2A8B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,139,95); }

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

background-color css

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

 a { background-color: rgb(42,139,95); }

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

border-color css

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

 span { border-color: rgb(42,139,95); }

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