Html Css Color HEX #2A895F Sea Green

📋 copy color: '#2A895F'

red 42 ◦ green 137 ◦ blue 95

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

Shades of Sea Green #2A895F

Tints of Sea Green #2A895F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 15.33%
G = 50%
B = 34.67%

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

#2A895F (or 0x2A895F) is known color: Sea Green. HEX triplet: 2A, 89 and 5F. RGB value is (42,137,95). Sum of RGB (Red+Green+Blue) = 42+137+95=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #2A895F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A895F is #D576A0. Grayscale: #676767. Windows color (decimal): -13989537 or 6261034. OLE color: 6261034.

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

Color convert

RGB 42 137 95 -
CMYK 0.69 0 0.31 0.46
HSL 153.47º 0.53% 0.35% -
HSV(B) 153.47º 0.69% 0.54% -
XYZ 11.97 19.21 13.9 -
YUV 103.81 123.03 83.92 -
System Red Green Blue C M Y K H S L
Decimal 42 137 95 0.69 0 0.31 0.46 153.47 0.53 0.35
Hex 2A 89 5F 45 0 1F 2E 99 35 23
Octal 52 211 137 105 0 37 56 231 65 43
Binary 101010 10001001 1011111 1000101 0 11111 101110 10011001 110101 100011

Color Harmonies of #2A895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A895F

Black with #2A895F

Text Example


Text Example

White with #2A895F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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