Html Css Color HEX #2B834B Sea Green

📋 copy color: '#2B834B'

red 43 ◦ green 131 ◦ blue 75

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

Shades of Sea Green #2B834B

Tints of Sea Green #2B834B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.12%

R = 17.27%
G = 52.61%
B = 30.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#2B834B (or 0x2B834B) is known color: Sea Green. HEX triplet: 2B, 83 and 4B. RGB value is (43,131,75). Sum of RGB (Red+Green+Blue) = 43+131+75=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #2B834B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B834B is #D47CB4. Grayscale: #626262. Windows color (decimal): -13925557 or 4948779. OLE color: 4948779.

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

Color convert

RGB 43 131 75 -
CMYK 0.67 0 0.43 0.49
HSL 141.82º 0.51% 0.34% -
HSV(B) 141.82º 0.67% 0.51% -
XYZ 10.38 17.25 9.44 -
YUV 98.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 43 131 75 0.67 0 0.43 0.49 141.82 0.51 0.34
Hex 2B 83 4B 43 0 2B 31 8E 33 22
Octal 53 203 113 103 0 53 61 216 63 42
Binary 101011 10000011 1001011 1000011 0 101011 110001 10001110 110011 100010

Color Harmonies of #2B834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B834B

Black with #2B834B

Text Example


Text Example

White with #2B834B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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