Html Css Color HEX #2A8641 Sea Green

📋 copy color: '#2A8641'

red 42 ◦ green 134 ◦ blue 65

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

Shades of Sea Green #2A8641

Tints of Sea Green #2A8641

RGB

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

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

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

R = 17.43%
G = 55.6%
B = 26.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#2A8641 (or 0x2A8641) is known color: Sea Green. HEX triplet: 2A, 86 and 41. RGB value is (42,134,65). Sum of RGB (Red+Green+Blue) = 42+134+65=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8641 is #D579BE. Grayscale: #626262. Windows color (decimal): -13990335 or 4294186. OLE color: 4294186.

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

Color convert

RGB 42 134 65 -
CMYK 0.69 0 0.51 0.47
HSL 135º 0.52% 0.35% -
HSV(B) 135º 0.69% 0.53% -
XYZ 10.43 17.92 7.91 -
YUV 98.63 109.02 87.61 -
System Red Green Blue C M Y K H S L
Decimal 42 134 65 0.69 0 0.51 0.47 135 0.52 0.35
Hex 2A 86 41 45 0 33 2F 87 34 23
Octal 52 206 101 105 0 63 57 207 64 43
Binary 101010 10000110 1000001 1000101 0 110011 101111 10000111 110100 100011

Color Harmonies of #2A8641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8641

Black with #2A8641

Text Example


Text Example

White with #2A8641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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