Html Css Color HEX #2A9341 Sea Green

📋 copy color: '#2A9341'

red 42 ◦ green 147 ◦ blue 65

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

Shades of Sea Green #2A9341

Tints of Sea Green #2A9341

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.87%

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 16.54%
G = 57.87%
B = 25.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#2A9341 (or 0x2A9341) is known color: Sea Green. HEX triplet: 2A, 93 and 41. RGB value is (42,147,65). Sum of RGB (Red+Green+Blue) = 42+147+65=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9341 is #D56CBE. Grayscale: #6A6A6A. Windows color (decimal): -13987007 or 4297514. OLE color: 4297514.

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

Color convert

RGB 42 147 65 -
CMYK 0.71 0 0.56 0.42
HSL 133.14º 0.56% 0.37% -
HSV(B) 133.14º 0.71% 0.58% -
XYZ 12.34 21.74 8.55 -
YUV 106.26 104.71 82.17 -
System Red Green Blue C M Y K H S L
Decimal 42 147 65 0.71 0 0.56 0.42 133.14 0.56 0.37
Hex 2A 93 41 47 0 38 2A 85 38 25
Octal 52 223 101 107 0 70 52 205 70 45
Binary 101010 10010011 1000001 1000111 0 111000 101010 10000101 111000 100101

Color Harmonies of #2A9341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9341

Black with #2A9341

Text Example


Text Example

White with #2A9341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,147,65); }

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

background-color css

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

 a { background-color: rgb(42,147,65); }

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

border-color css

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

 span { border-color: rgb(42,147,65); }

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