Html Css Color HEX #2A8648 Sea Green

📋 copy color: '#2A8648'

red 42 ◦ green 134 ◦ blue 72

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

Shades of Sea Green #2A8648

Tints of Sea Green #2A8648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.03%

R = 16.94%
G = 54.03%
B = 29.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#2A8648 (or 0x2A8648) is known color: Sea Green. HEX triplet: 2A, 86 and 48. RGB value is (42,134,72). Sum of RGB (Red+Green+Blue) = 42+134+72=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8648 is #D579B7. Grayscale: #636363. Windows color (decimal): -13990328 or 4752938. OLE color: 4752938.

HSL color Cylindrical-coordinate representation of color #2A8648: hue angle of 139.57º 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 #2A8648 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 134 72 -
CMYK 0.69 0 0.46 0.47
HSL 139.57º 0.52% 0.35% -
HSV(B) 139.57º 0.69% 0.53% -
XYZ 10.65 18.01 9.05 -
YUV 99.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 42 134 72 0.69 0 0.46 0.47 139.57 0.52 0.35
Hex 2A 86 48 45 0 2E 2F 8C 34 23
Octal 52 206 110 105 0 56 57 214 64 43
Binary 101010 10000110 1001000 1000101 0 101110 101111 10001100 110100 100011

Color Harmonies of #2A8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8648

Black with #2A8648

Text Example


Text Example

White with #2A8648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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