Html Css Color HEX #2A8F5F Sea Green

📋 copy color: '#2A8F5F'

red 42 ◦ green 143 ◦ blue 95

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

Shades of Sea Green #2A8F5F

Tints of Sea Green #2A8F5F

RGB

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

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

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

R = 15%
G = 51.07%
B = 33.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#2A8F5F (or 0x2A8F5F) is known color: Sea Green. HEX triplet: 2A, 8F and 5F. RGB value is (42,143,95). Sum of RGB (Red+Green+Blue) = 42+143+95=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8F5F is #D570A0. Grayscale: #6B6B6B. Windows color (decimal): -13988001 or 6262570. OLE color: 6262570.

HSL color Cylindrical-coordinate representation of color #2A8F5F: hue angle of 151.49º 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 #2A8F5F is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 42 143 95 -
CMYK 0.71 0 0.34 0.44
HSL 151.49º 0.55% 0.36% -
HSV(B) 151.49º 0.71% 0.56% -
XYZ 12.84 20.96 14.2 -
YUV 107.33 121.04 81.4 -
System Red Green Blue C M Y K H S L
Decimal 42 143 95 0.71 0 0.34 0.44 151.49 0.55 0.36
Hex 2A 8F 5F 47 0 22 2C 97 37 24
Octal 52 217 137 107 0 42 54 227 67 44
Binary 101010 10001111 1011111 1000111 0 100010 101100 10010111 110111 100100

Color Harmonies of #2A8F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8F5F

Black with #2A8F5F

Text Example


Text Example

White with #2A8F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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