Html Css Color HEX #2A835B Sea Green

📋 copy color: '#2A835B'

red 42 ◦ green 131 ◦ blue 91

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

Shades of Sea Green #2A835B

Tints of Sea Green #2A835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.47%

R = 15.91%
G = 49.62%
B = 34.47%

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

#2A835B (or 0x2A835B) is known color: Sea Green. HEX triplet: 2A, 83 and 5B. RGB value is (42,131,91). Sum of RGB (Red+Green+Blue) = 42+131+91=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #2A835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A835B is #D57CA4. Grayscale: #636363. Windows color (decimal): -13991077 or 5997354. OLE color: 5997354.

HSL color Cylindrical-coordinate representation of color #2A835B: hue angle of 153.03º 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 #2A835B is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 42 131 91 -
CMYK 0.68 0 0.31 0.49
HSL 153.03º 0.51% 0.34% -
HSV(B) 153.03º 0.68% 0.51% -
XYZ 10.96 17.48 12.69 -
YUV 99.83 123.01 86.75 -
System Red Green Blue C M Y K H S L
Decimal 42 131 91 0.68 0 0.31 0.49 153.03 0.51 0.34
Hex 2A 83 5B 44 0 1F 31 99 33 22
Octal 52 203 133 104 0 37 61 231 63 42
Binary 101010 10000011 1011011 1000100 0 11111 110001 10011001 110011 100010

Color Harmonies of #2A835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A835B

Black with #2A835B

Text Example


Text Example

White with #2A835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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