Html Css Color HEX #2A9540 Sea Green

📋 copy color: '#2A9540'

red 42 ◦ green 149 ◦ blue 64

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

Shades of Sea Green #2A9540

Tints of Sea Green #2A9540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.1%

R = 16.47%
G = 58.43%
B = 25.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#2A9540 (or 0x2A9540) is known color: Sea Green. HEX triplet: 2A, 95 and 40. RGB value is (42,149,64). Sum of RGB (Red+Green+Blue) = 42+149+64=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9540 is #D56ABF. Grayscale: #6B6B6B. Windows color (decimal): -13986496 or 4232490. OLE color: 4232490.

HSL color Cylindrical-coordinate representation of color #2A9540: hue angle of 132.34º 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 #2A9540 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 149 64 -
CMYK 0.72 0 0.57 0.42
HSL 132.34º 0.56% 0.37% -
HSV(B) 132.34º 0.72% 0.58% -
XYZ 12.63 22.36 8.5 -
YUV 107.32 103.55 81.41 -
System Red Green Blue C M Y K H S L
Decimal 42 149 64 0.72 0 0.57 0.42 132.34 0.56 0.37
Hex 2A 95 40 48 0 39 2A 84 38 25
Octal 52 225 100 110 0 71 52 204 70 45
Binary 101010 10010101 1000000 1001000 0 111001 101010 10000100 111000 100101

Color Harmonies of #2A9540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9540

Black with #2A9540

Text Example


Text Example

White with #2A9540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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