Html Css Color HEX #2A8644 Sea Green

📋 copy color: '#2A8644'

red 42 ◦ green 134 ◦ blue 68

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

Shades of Sea Green #2A8644

Tints of Sea Green #2A8644

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.92%

 BLUE value IS 68 (26.95% from 255) = 27.87%

R = 17.21%
G = 54.92%
B = 27.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#2A8644 (or 0x2A8644) is known color: Sea Green. HEX triplet: 2A, 86 and 44. RGB value is (42,134,68). Sum of RGB (Red+Green+Blue) = 42+134+68=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8644 is #D579BB. Grayscale: #636363. Windows color (decimal): -13990332 or 4490794. OLE color: 4490794.

HSL color Cylindrical-coordinate representation of color #2A8644: hue angle of 136.96º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8644 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 134 68 -
CMYK 0.69 0 0.49 0.47
HSL 136.96º 0.52% 0.35% -
HSV(B) 136.96º 0.69% 0.53% -
XYZ 10.52 17.96 8.38 -
YUV 98.97 110.52 87.37 -
System Red Green Blue C M Y K H S L
Decimal 42 134 68 0.69 0 0.49 0.47 136.96 0.52 0.35
Hex 2A 86 44 45 0 31 2F 89 34 23
Octal 52 206 104 105 0 61 57 211 64 43
Binary 101010 10000110 1000100 1000101 0 110001 101111 10001001 110100 100011

Color Harmonies of #2A8644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8644

Black with #2A8644

Text Example


Text Example

White with #2A8644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,134,68); }

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

background-color css

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

 a { background-color: rgb(42,134,68); }

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

border-color css

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

 span { border-color: rgb(42,134,68); }

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