Html Css Color HEX #2A8652 Sea Green

📋 copy color: '#2A8652'

red 42 ◦ green 134 ◦ blue 82

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

Shades of Sea Green #2A8652

Tints of Sea Green #2A8652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.78%

R = 16.28%
G = 51.94%
B = 31.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#2A8652 (or 0x2A8652) is known color: Sea Green. HEX triplet: 2A, 86 and 52. RGB value is (42,134,82). Sum of RGB (Red+Green+Blue) = 42+134+82=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8652 is #D579AD. Grayscale: #646464. Windows color (decimal): -13990318 or 5408298. OLE color: 5408298.

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

Color convert

RGB 42 134 82 -
CMYK 0.69 0 0.39 0.47
HSL 146.09º 0.52% 0.35% -
HSV(B) 146.09º 0.69% 0.53% -
XYZ 11 18.15 10.91 -
YUV 100.56 117.52 86.23 -
System Red Green Blue C M Y K H S L
Decimal 42 134 82 0.69 0 0.39 0.47 146.09 0.52 0.35
Hex 2A 86 52 45 0 27 2F 92 34 23
Octal 52 206 122 105 0 47 57 222 64 43
Binary 101010 10000110 1010010 1000101 0 100111 101111 10010010 110100 100011

Color Harmonies of #2A8652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8652

Black with #2A8652

Text Example


Text Example

White with #2A8652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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