#2A814A

Color #2A814A Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #2A814A

Tints of Sea Green #2A814A

Color information

#2A814A (or 0x2A814A) is unknown color: approx Sea Green. HEX triplet: 2A, 81 and 4A. RGB value is (42,129,74). Sum of RGB (Red+Green+Blue) = 42+129+74=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #2A814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A814A is #D57EB5. Grayscale: #606060. Windows color (decimal): -13991606 or 4882730. OLE color: 4882730.

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

Color convert

RGB4212974-
CMYK0.6700.430.49
HSL142.07º50.88%33.53%-
HSV(B)142.07º67.44%50.59%-
XYZ10.0416.699.17-
YUV96.72115.1888.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 129 (50.78% from 255) = 52.65%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=17.14%
G=52.65%
B=30.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42129740.6700.430.49142.0750.8833.53
Hex2A814A4302B318e3322
Octal52201112103053612166342
Binary1010101000000110010101000011010101111000110001110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A814A;
 }
 .AnyTagClassName
 {
   color: #2A814A;
 }
</style>
background-color css

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

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

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

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

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

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