#2A905C

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

Shades of Sea Green #2A905C

Tints of Sea Green #2A905C

Color information

#2A905C (or 0x2A905C) is unknown color: approx Sea Green. HEX triplet: 2A, 90 and 5C. RGB value is (42,144,92). Sum of RGB (Red+Green+Blue) = 42+144+92=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #2A905C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A905C is #D56FA3. Grayscale: #6B6B6B. Windows color (decimal): -13987748 or 6066218. OLE color: 6066218.

HSL color Cylindrical-coordinate representation of color #2A905C: hue angle of 149.41º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A905C is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB4214492-
CMYK0.7100.360.44
HSL149.41º54.84%36.47%-
HSV(B)149.41º70.83%56.47%-
XYZ12.8621.2113.54-
YUV107.57119.2181.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.11%
GREEN value IS 144 (56.64% from 255) = 51.80%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=15.11%
G=51.80%
B=33.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42144920.7100.360.44149.4154.8436.47
Hex2A905C470242C953724
Octal52220134107044542256744
Binary1010101001000010111001000111010010010110010010101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,144,92); }

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

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

 a { background-color: rgb(42,144,92); }

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

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

 span { border-color: rgb(42,144,92); }

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