Html Css Color HEX #2A835A Sea Green

📋 copy color: '#2A835A'

red 42 ◦ green 131 ◦ blue 90

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

Shades of Sea Green #2A835A

Tints of Sea Green #2A835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.81%

 BLUE value IS 90 (35.55% from 255) = 34.22%

R = 15.97%
G = 49.81%
B = 34.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#2A835A (or 0x2A835A) is known color: Sea Green. HEX triplet: 2A, 83 and 5A. RGB value is (42,131,90). Sum of RGB (Red+Green+Blue) = 42+131+90=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #2A835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A835A is #D57CA5. Grayscale: #636363. Windows color (decimal): -13991078 or 5931818. OLE color: 5931818.

HSL color Cylindrical-coordinate representation of color #2A835A: hue angle of 152.36º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A835A is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 42 131 90 -
CMYK 0.68 0 0.31 0.49
HSL 152.36º 0.51% 0.34% -
HSV(B) 152.36º 0.68% 0.51% -
XYZ 10.92 17.46 12.47 -
YUV 99.72 122.51 86.83 -
System Red Green Blue C M Y K H S L
Decimal 42 131 90 0.68 0 0.31 0.49 152.36 0.51 0.34
Hex 2A 83 5A 44 0 1F 31 98 33 22
Octal 52 203 132 104 0 37 61 230 63 42
Binary 101010 10000011 1011010 1000100 0 11111 110001 10011000 110011 100010

Color Harmonies of #2A835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A835A

Black with #2A835A

Text Example


Text Example

White with #2A835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,131,90); }

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

background-color css

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

 a { background-color: rgb(42,131,90); }

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

border-color css

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

 span { border-color: rgb(42,131,90); }

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