Html Css Color HEX #2A895C Sea Green

📋 copy color: '#2A895C'

red 42 ◦ green 137 ◦ blue 92

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

Shades of Sea Green #2A895C

Tints of Sea Green #2A895C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 15.5%
G = 50.55%
B = 33.95%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#2A895C (or 0x2A895C) is known color: Sea Green. HEX triplet: 2A, 89 and 5C. RGB value is (42,137,92). Sum of RGB (Red+Green+Blue) = 42+137+92=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #2A895C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A895C is #D576A3. Grayscale: #676767. Windows color (decimal): -13989540 or 6064426. OLE color: 6064426.

HSL color Cylindrical-coordinate representation of color #2A895C: hue angle of 151.58º 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 #2A895C is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 42 137 92 -
CMYK 0.69 0 0.33 0.46
HSL 151.58º 0.53% 0.35% -
HSV(B) 151.58º 0.69% 0.54% -
XYZ 11.83 19.16 13.2 -
YUV 103.47 121.53 84.16 -
System Red Green Blue C M Y K H S L
Decimal 42 137 92 0.69 0 0.33 0.46 151.58 0.53 0.35
Hex 2A 89 5C 45 0 21 2E 98 35 23
Octal 52 211 134 105 0 41 56 230 65 43
Binary 101010 10001001 1011100 1000101 0 100001 101110 10011000 110101 100011

Color Harmonies of #2A895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A895C

Black with #2A895C

Text Example


Text Example

White with #2A895C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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