Html Css Color HEX #2A9641 Sea Green

📋 copy color: '#2A9641'

red 42 ◦ green 150 ◦ blue 65

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

Shades of Sea Green #2A9641

Tints of Sea Green #2A9641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.37%

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

R = 16.34%
G = 58.37%
B = 25.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#2A9641 (or 0x2A9641) is known color: Sea Green. HEX triplet: 2A, 96 and 41. RGB value is (42,150,65). Sum of RGB (Red+Green+Blue) = 42+150+65=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #2A9641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9641 is #D569BE. Grayscale: #6C6C6C. Windows color (decimal): -13986239 or 4298282. OLE color: 4298282.

HSL color Cylindrical-coordinate representation of color #2A9641: hue angle of 132.78º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9641 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 42 150 65 -
CMYK 0.72 0 0.57 0.41
HSL 132.78º 0.56% 0.38% -
HSV(B) 132.78º 0.72% 0.59% -
XYZ 12.82 22.69 8.7 -
YUV 108.02 103.72 80.91 -
System Red Green Blue C M Y K H S L
Decimal 42 150 65 0.72 0 0.57 0.41 132.78 0.56 0.38
Hex 2A 96 41 48 0 39 29 85 38 26
Octal 52 226 101 110 0 71 51 205 70 46
Binary 101010 10010110 1000001 1001000 0 111001 101001 10000101 111000 100110

Color Harmonies of #2A9641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9641

Black with #2A9641

Text Example


Text Example

White with #2A9641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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