Html Css Color HEX #2A814D Sea Green

📋 copy color: '#2A814D'

red 42 ◦ green 129 ◦ blue 77

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

Shades of Sea Green #2A814D

Tints of Sea Green #2A814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.02%

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

R = 16.94%
G = 52.02%
B = 31.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#2A814D (or 0x2A814D) is known color: Sea Green. HEX triplet: 2A, 81 and 4D. RGB value is (42,129,77). Sum of RGB (Red+Green+Blue) = 42+129+77=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #2A814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A814D is #D57EB2. Grayscale: #616161. Windows color (decimal): -13991603 or 5079338. OLE color: 5079338.

HSL color Cylindrical-coordinate representation of color #2A814D: hue angle of 144.14º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A814D is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 42 129 77 -
CMYK 0.67 0 0.40 0.49
HSL 144.14º 0.51% 0.34% -
HSV(B) 144.14º 0.67% 0.51% -
XYZ 10.14 16.73 9.72 -
YUV 97.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 42 129 77 0.67 0 0.40 0.49 144.14 0.51 0.34
Hex 2A 81 4D 43 0 28 31 90 33 22
Octal 52 201 115 103 0 50 61 220 63 42
Binary 101010 10000001 1001101 1000011 0 101000 110001 10010000 110011 100010

Color Harmonies of #2A814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A814D

Black with #2A814D

Text Example


Text Example

White with #2A814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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