Html Css Color HEX #2A874D Sea Green

📋 copy color: '#2A874D'

red 42 ◦ green 135 ◦ blue 77

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

Shades of Sea Green #2A874D

Tints of Sea Green #2A874D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 16.54%
G = 53.15%
B = 30.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#2A874D (or 0x2A874D) is known color: Sea Green. HEX triplet: 2A, 87 and 4D. RGB value is (42,135,77). Sum of RGB (Red+Green+Blue) = 42+135+77=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #2A874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A874D is #D578B2. Grayscale: #646464. Windows color (decimal): -13990067 or 5080874. OLE color: 5080874.

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

Color convert

RGB 42 135 77 -
CMYK 0.69 0 0.43 0.47
HSL 142.58º 0.53% 0.35% -
HSV(B) 142.58º 0.69% 0.53% -
XYZ 10.96 18.36 9.99 -
YUV 100.58 114.69 86.22 -
System Red Green Blue C M Y K H S L
Decimal 42 135 77 0.69 0 0.43 0.47 142.58 0.53 0.35
Hex 2A 87 4D 45 0 2B 2F 8F 35 23
Octal 52 207 115 105 0 53 57 217 65 43
Binary 101010 10000111 1001101 1000101 0 101011 101111 10001111 110101 100011

Color Harmonies of #2A874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A874D

Black with #2A874D

Text Example


Text Example

White with #2A874D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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