Html Css Color HEX #2A8C60 Sea Green

📋 copy color: '#2A8C60'

red 42 ◦ green 140 ◦ blue 96

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

Shades of Sea Green #2A8C60

Tints of Sea Green #2A8C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.36%

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 15.11%
G = 50.36%
B = 34.53%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#2A8C60 (or 0x2A8C60) is known color: Sea Green. HEX triplet: 2A, 8C and 60. RGB value is (42,140,96). Sum of RGB (Red+Green+Blue) = 42+140+96=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #2A8C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8C60 is #D5739F. Grayscale: #696969. Windows color (decimal): -13988768 or 6327338. OLE color: 6327338.

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

Color convert

RGB 42 140 96 -
CMYK 0.7 0 0.31 0.45
HSL 153.06º 0.54% 0.36% -
HSV(B) 153.06º 0.7% 0.55% -
XYZ 12.44 20.09 14.29 -
YUV 105.68 122.53 82.58 -
System Red Green Blue C M Y K H S L
Decimal 42 140 96 0.7 0 0.31 0.45 153.06 0.54 0.36
Hex 2A 8C 60 46 0 1F 2D 99 36 24
Octal 52 214 140 106 0 37 55 231 66 44
Binary 101010 10001100 1100000 1000110 0 11111 101101 10011001 110110 100100

Color Harmonies of #2A8C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8C60

Black with #2A8C60

Text Example


Text Example

White with #2A8C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,140,96); }

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

background-color css

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

 a { background-color: rgb(42,140,96); }

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

border-color css

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

 span { border-color: rgb(42,140,96); }

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