Html Css Color HEX #2A865F Sea Green

📋 copy color: '#2A865F'

red 42 ◦ green 134 ◦ blue 95

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

Shades of Sea Green #2A865F

Tints of Sea Green #2A865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 15.5%
G = 49.45%
B = 35.06%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#2A865F (or 0x2A865F) is known color: Sea Green. HEX triplet: 2A, 86 and 5F. RGB value is (42,134,95). Sum of RGB (Red+Green+Blue) = 42+134+95=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #2A865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A865F is #D579A0. Grayscale: #666666. Windows color (decimal): -13990305 or 6260266. OLE color: 6260266.

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

Color convert

RGB 42 134 95 -
CMYK 0.69 0 0.29 0.47
HSL 154.57º 0.52% 0.35% -
HSV(B) 154.57º 0.69% 0.53% -
XYZ 11.55 18.37 13.76 -
YUV 102.05 124.02 85.17 -
System Red Green Blue C M Y K H S L
Decimal 42 134 95 0.69 0 0.29 0.47 154.57 0.52 0.35
Hex 2A 86 5F 45 0 1D 2F 9B 34 23
Octal 52 206 137 105 0 35 57 233 64 43
Binary 101010 10000110 1011111 1000101 0 11101 101111 10011011 110100 100011

Color Harmonies of #2A865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A865F

Black with #2A865F

Text Example


Text Example

White with #2A865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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