Html Css Color HEX #2A9B4A Sea Green

📋 copy color: '#2A9B4A'

red 42 ◦ green 155 ◦ blue 74

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

Shades of Sea Green #2A9B4A

Tints of Sea Green #2A9B4A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 57.2%

 BLUE value IS 74 (29.3% from 255) = 27.31%

R = 15.5%
G = 57.2%
B = 27.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#2A9B4A (or 0x2A9B4A) is known color: Sea Green. HEX triplet: 2A, 9B and 4A. RGB value is (42,155,74). Sum of RGB (Red+Green+Blue) = 42+155+74=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 155 (60.94% from 255 or 57.20% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9B4A is #D564B5. Grayscale: #707070. Windows color (decimal): -13984950 or 4889386. OLE color: 4889386.

HSL color Cylindrical-coordinate representation of color #2A9B4A: hue angle of 136.99º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9B4A is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 42 155 74 -
CMYK 0.73 0 0.52 0.39
HSL 136.99º 0.57% 0.39% -
HSV(B) 136.99º 0.73% 0.61% -
XYZ 13.91 24.43 10.46 -
YUV 111.98 106.56 78.09 -
System Red Green Blue C M Y K H S L
Decimal 42 155 74 0.73 0 0.52 0.39 136.99 0.57 0.39
Hex 2A 9B 4A 49 0 34 27 89 39 27
Octal 52 233 112 111 0 64 47 211 71 47
Binary 101010 10011011 1001010 1001001 0 110100 100111 10001001 111001 100111

Color Harmonies of #2A9B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9B4A

Black with #2A9B4A

Text Example


Text Example

White with #2A9B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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