#2A923E

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

Shades of Sea Green #2A923E

Tints of Sea Green #2A923E

Color information

#2A923E (or 0x2A923E) is unknown color: approx Sea Green. HEX triplet: 2A, 92 and 3E. RGB value is (42,146,62). Sum of RGB (Red+Green+Blue) = 42+146+62=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #2A923E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A923E is #D56DC1. Grayscale: #696969. Windows color (decimal): -13987266 or 4100650. OLE color: 4100650.

HSL color Cylindrical-coordinate representation of color #2A923E: hue angle of 131.54º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A923E is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB4214662-
CMYK0.7100.580.43
HSL131.54º55.32%36.86%-
HSV(B)131.54º71.23%57.25%-
XYZ12.121.48.05-
YUV105.33103.5482.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.8%
GREEN value IS 146 (57.42% from 255) = 58.4%
BLUE value IS 62 (24.61% from 255) = 24.8%
R=16.8%
G=58.4%
B=24.8%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42146620.7100.580.43131.5455.3236.86
Hex2A923E4703A2B843725
Octal5222276107072532046745
Binary101010100100101111101000111011101010101110000100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A923E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,146,62); }

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

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

 a { background-color: rgb(42,146,62); }

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

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

 span { border-color: rgb(42,146,62); }

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