Html Css Color HEX #2A8B62 Sea Green

📋 copy color: '#2A8B62'

red 42 ◦ green 139 ◦ blue 98

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

Shades of Sea Green #2A8B62

Tints of Sea Green #2A8B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.13%

R = 15.05%
G = 49.82%
B = 35.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#2A8B62 (or 0x2A8B62) is known color: Sea Green. HEX triplet: 2A, 8B and 62. RGB value is (42,139,98). Sum of RGB (Red+Green+Blue) = 42+139+98=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #2A8B62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8B62 is #D5749D. Grayscale: #696969. Windows color (decimal): -13989022 or 6458154. OLE color: 6458154.

HSL color Cylindrical-coordinate representation of color #2A8B62: hue angle of 154.64º 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 #2A8B62 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 42 139 98 -
CMYK 0.70 0 0.29 0.45
HSL 154.64º 0.54% 0.35% -
HSV(B) 154.64º 0.7% 0.55% -
XYZ 12.39 19.84 14.73 -
YUV 105.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 42 139 98 0.70 0 0.29 0.45 154.64 0.54 0.35
Hex 2A 8B 62 46 0 1D 2D 9B 36 23
Octal 52 213 142 106 0 35 55 233 66 43
Binary 101010 10001011 1100010 1000110 0 11101 101101 10011011 110110 100011

Color Harmonies of #2A8B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8B62

Black with #2A8B62

Text Example


Text Example

White with #2A8B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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