Html Css Color HEX #2A874E Sea Green

📋 copy color: '#2A874E'

red 42 ◦ green 135 ◦ blue 78

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

Shades of Sea Green #2A874E

Tints of Sea Green #2A874E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

 BLUE value IS 78 (30.86% from 255) = 30.59%

R = 16.47%
G = 52.94%
B = 30.59%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#2A874E (or 0x2A874E) is known color: Sea Green. HEX triplet: 2A, 87 and 4E. RGB value is (42,135,78). Sum of RGB (Red+Green+Blue) = 42+135+78=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #2A874E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A874E is #D578B1. Grayscale: #646464. Windows color (decimal): -13990066 or 5146410. OLE color: 5146410.

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

Color convert

RGB 42 135 78 -
CMYK 0.69 0 0.42 0.47
HSL 143.23º 0.53% 0.35% -
HSV(B) 143.23º 0.69% 0.53% -
XYZ 10.99 18.37 10.17 -
YUV 100.7 115.19 86.13 -
System Red Green Blue C M Y K H S L
Decimal 42 135 78 0.69 0 0.42 0.47 143.23 0.53 0.35
Hex 2A 87 4E 45 0 2A 2F 8F 35 23
Octal 52 207 116 105 0 52 57 217 65 43
Binary 101010 10000111 1001110 1000101 0 101010 101111 10001111 110101 100011

Color Harmonies of #2A874E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A874E

Black with #2A874E

Text Example


Text Example

White with #2A874E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,135,78); }

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

background-color css

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

 a { background-color: rgb(42,135,78); }

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

border-color css

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

 span { border-color: rgb(42,135,78); }

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