Html Css Color HEX #2A895E Sea Green

📋 copy color: '#2A895E'

red 42 ◦ green 137 ◦ blue 94

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

Shades of Sea Green #2A895E

Tints of Sea Green #2A895E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.18%

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 15.38%
G = 50.18%
B = 34.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#2A895E (or 0x2A895E) is known color: Sea Green. HEX triplet: 2A, 89 and 5E. RGB value is (42,137,94). Sum of RGB (Red+Green+Blue) = 42+137+94=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #2A895E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A895E is #D576A1. Grayscale: #676767. Windows color (decimal): -13989538 or 6195498. OLE color: 6195498.

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

Color convert

RGB 42 137 94 -
CMYK 0.69 0 0.31 0.46
HSL 152.84º 0.53% 0.35% -
HSV(B) 152.84º 0.69% 0.54% -
XYZ 11.92 19.19 13.67 -
YUV 103.69 122.53 84 -
System Red Green Blue C M Y K H S L
Decimal 42 137 94 0.69 0 0.31 0.46 152.84 0.53 0.35
Hex 2A 89 5E 45 0 1F 2E 99 35 23
Octal 52 211 136 105 0 37 56 231 65 43
Binary 101010 10001001 1011110 1000101 0 11111 101110 10011001 110101 100011

Color Harmonies of #2A895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A895E

Black with #2A895E

Text Example


Text Example

White with #2A895E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,137,94); }

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

background-color css

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

 a { background-color: rgb(42,137,94); }

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

border-color css

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

 span { border-color: rgb(42,137,94); }

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