Html Css Color HEX #2A954B Sea Green

📋 copy color: '#2A954B'

red 42 ◦ green 149 ◦ blue 75

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

Shades of Sea Green #2A954B

Tints of Sea Green #2A954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.02%

 BLUE value IS 75 (29.69% from 255) = 28.2%

R = 15.79%
G = 56.02%
B = 28.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#2A954B (or 0x2A954B) is known color: Sea Green. HEX triplet: 2A, 95 and 4B. RGB value is (42,149,75). Sum of RGB (Red+Green+Blue) = 42+149+75=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #2A954B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A954B is #D56AB4. Grayscale: #6C6C6C. Windows color (decimal): -13986485 or 4953386. OLE color: 4953386.

HSL color Cylindrical-coordinate representation of color #2A954B: hue angle of 138.5º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A954B is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 149 75 -
CMYK 0.72 0 0.50 0.42
HSL 138.5º 0.56% 0.37% -
HSV(B) 138.5º 0.72% 0.58% -
XYZ 12.97 22.5 10.31 -
YUV 108.57 109.05 80.52 -
System Red Green Blue C M Y K H S L
Decimal 42 149 75 0.72 0 0.50 0.42 138.5 0.56 0.37
Hex 2A 95 4B 48 0 32 2A 8B 38 25
Octal 52 225 113 110 0 62 52 213 70 45
Binary 101010 10010101 1001011 1001000 0 110010 101010 10001011 111000 100101

Color Harmonies of #2A954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A954B

Black with #2A954B

Text Example


Text Example

White with #2A954B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,149,75); }

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

background-color css

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

 a { background-color: rgb(42,149,75); }

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

border-color css

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

 span { border-color: rgb(42,149,75); }

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