Html Css Color HEX #2A9945 Sea Green

📋 copy color: '#2A9945'

red 42 ◦ green 153 ◦ blue 69

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

Shades of Sea Green #2A9945

Tints of Sea Green #2A9945

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.95%

 BLUE value IS 69 (27.34% from 255) = 26.14%

R = 15.91%
G = 57.95%
B = 26.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#2A9945 (or 0x2A9945) is known color: Sea Green. HEX triplet: 2A, 99 and 45. RGB value is (42,153,69). Sum of RGB (Red+Green+Blue) = 42+153+69=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9945 is #D566BA. Grayscale: #6E6E6E. Windows color (decimal): -13985467 or 4561194. OLE color: 4561194.

HSL color Cylindrical-coordinate representation of color #2A9945: hue angle of 134.59º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9945 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB 42 153 69 -
CMYK 0.73 0 0.55 0.4
HSL 134.59º 0.57% 0.38% -
HSV(B) 134.59º 0.73% 0.6% -
XYZ 13.42 23.7 9.5 -
YUV 110.24 104.73 79.33 -
System Red Green Blue C M Y K H S L
Decimal 42 153 69 0.73 0 0.55 0.4 134.59 0.57 0.38
Hex 2A 99 45 49 0 37 28 87 39 26
Octal 52 231 105 111 0 67 50 207 71 46
Binary 101010 10011001 1000101 1001001 0 110111 101000 10000111 111001 100110

Color Harmonies of #2A9945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9945

Black with #2A9945

Text Example


Text Example

White with #2A9945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,153,69); }

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

background-color css

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

 a { background-color: rgb(42,153,69); }

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

border-color css

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

 span { border-color: rgb(42,153,69); }

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