Html Css Color HEX #2A8259 Sea Green

📋 copy color: '#2A8259'

red 42 ◦ green 130 ◦ blue 89

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

Shades of Sea Green #2A8259

Tints of Sea Green #2A8259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.1%

R = 16.09%
G = 49.81%
B = 34.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#2A8259 (or 0x2A8259) is known color: Sea Green. HEX triplet: 2A, 82 and 59. RGB value is (42,130,89). Sum of RGB (Red+Green+Blue) = 42+130+89=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #2A8259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8259 is #D57DA6. Grayscale: #636363. Windows color (decimal): -13991335 or 5866026. OLE color: 5866026.

HSL color Cylindrical-coordinate representation of color #2A8259: hue angle of 152.05º degrees, saturation: 0.51, 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 #2A8259 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 42 130 89 -
CMYK 0.68 0 0.32 0.49
HSL 152.05º 0.51% 0.34% -
HSV(B) 152.05º 0.68% 0.51% -
XYZ 10.74 17.18 12.2 -
YUV 99.01 122.35 87.33 -
System Red Green Blue C M Y K H S L
Decimal 42 130 89 0.68 0 0.32 0.49 152.05 0.51 0.34
Hex 2A 82 59 44 0 20 31 98 33 22
Octal 52 202 131 104 0 40 61 230 63 42
Binary 101010 10000010 1011001 1000100 0 100000 110001 10011000 110011 100010

Color Harmonies of #2A8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8259

Black with #2A8259

Text Example


Text Example

White with #2A8259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,130,89); }

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

background-color css

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

 a { background-color: rgb(42,130,89); }

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

border-color css

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

 span { border-color: rgb(42,130,89); }

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