Html Css Color HEX #2B835E Sea Green

📋 copy color: '#2B835E'

red 43 ◦ green 131 ◦ blue 94

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

Shades of Sea Green #2B835E

Tints of Sea Green #2B835E

RGB

 RED value IS 43 (17.19% from 255) = 16.04%

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

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 16.04%
G = 48.88%
B = 35.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#2B835E (or 0x2B835E) is known color: Sea Green. HEX triplet: 2B, 83 and 5E. RGB value is (43,131,94). Sum of RGB (Red+Green+Blue) = 43+131+94=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #2B835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B835E is #D47CA1. Grayscale: #646464. Windows color (decimal): -13925538 or 6193963. OLE color: 6193963.

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

Color convert

RGB 43 131 94 -
CMYK 0.67 0 0.28 0.49
HSL 154.77º 0.51% 0.34% -
HSV(B) 154.77º 0.67% 0.51% -
XYZ 11.13 17.55 13.39 -
YUV 100.47 124.35 87.01 -
System Red Green Blue C M Y K H S L
Decimal 43 131 94 0.67 0 0.28 0.49 154.77 0.51 0.34
Hex 2B 83 5E 43 0 1C 31 9B 33 22
Octal 53 203 136 103 0 34 61 233 63 42
Binary 101011 10000011 1011110 1000011 0 11100 110001 10011011 110011 100010

Color Harmonies of #2B835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B835E

Black with #2B835E

Text Example


Text Example

White with #2B835E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,131,94); }

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

background-color css

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

 a { background-color: rgb(43,131,94); }

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

border-color css

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

 span { border-color: rgb(43,131,94); }

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