Html Css Color HEX #2B865A Sea Green

📋 copy color: '#2B865A'

red 43 ◦ green 134 ◦ blue 90

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

Shades of Sea Green #2B865A

Tints of Sea Green #2B865A

RGB

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

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

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

R = 16.1%
G = 50.19%
B = 33.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#2B865A (or 0x2B865A) is known color: Sea Green. HEX triplet: 2B, 86 and 5A. RGB value is (43,134,90). Sum of RGB (Red+Green+Blue) = 43+134+90=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #2B865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B865A is #D479A5. Grayscale: #656565. Windows color (decimal): -13924774 or 5932587. OLE color: 5932587.

HSL color Cylindrical-coordinate representation of color #2B865A: hue angle of 150.99º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B865A is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 134 90 -
CMYK 0.68 0 0.33 0.47
HSL 150.99º 0.51% 0.35% -
HSV(B) 150.99º 0.68% 0.53% -
XYZ 11.37 18.3 12.61 -
YUV 101.78 121.35 86.08 -
System Red Green Blue C M Y K H S L
Decimal 43 134 90 0.68 0 0.33 0.47 150.99 0.51 0.35
Hex 2B 86 5A 44 0 21 2F 97 33 23
Octal 53 206 132 104 0 41 57 227 63 43
Binary 101011 10000110 1011010 1000100 0 100001 101111 10010111 110011 100011

Color Harmonies of #2B865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B865A

Black with #2B865A

Text Example


Text Example

White with #2B865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,134,90); }

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

background-color css

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

 a { background-color: rgb(43,134,90); }

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

border-color css

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

 span { border-color: rgb(43,134,90); }

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