Html Css Color HEX #2A8651 Sea Green

📋 copy color: '#2A8651'

red 42 ◦ green 134 ◦ blue 81

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

Shades of Sea Green #2A8651

Tints of Sea Green #2A8651

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.14%

 BLUE value IS 81 (32.03% from 255) = 31.52%

R = 16.34%
G = 52.14%
B = 31.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#2A8651 (or 0x2A8651) is known color: Sea Green. HEX triplet: 2A, 86 and 51. RGB value is (42,134,81). Sum of RGB (Red+Green+Blue) = 42+134+81=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8651 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8651 is #D579AE. Grayscale: #646464. Windows color (decimal): -13990319 or 5342762. OLE color: 5342762.

HSL color Cylindrical-coordinate representation of color #2A8651: hue angle of 145.43º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8651 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 134 81 -
CMYK 0.69 0 0.40 0.47
HSL 145.43º 0.52% 0.35% -
HSV(B) 145.43º 0.69% 0.53% -
XYZ 10.97 18.14 10.71 -
YUV 100.45 117.02 86.31 -
System Red Green Blue C M Y K H S L
Decimal 42 134 81 0.69 0 0.40 0.47 145.43 0.52 0.35
Hex 2A 86 51 45 0 28 2F 91 34 23
Octal 52 206 121 105 0 50 57 221 64 43
Binary 101010 10000110 1010001 1000101 0 101000 101111 10010001 110100 100011

Color Harmonies of #2A8651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8651

Black with #2A8651

Text Example


Text Example

White with #2A8651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,134,81); }

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

background-color css

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

 a { background-color: rgb(42,134,81); }

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

border-color css

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

 span { border-color: rgb(42,134,81); }

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