Html Css Color HEX #2B8964 Sea Green

📋 copy color: '#2B8964'

red 43 ◦ green 137 ◦ blue 100

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

Shades of Sea Green #2B8964

Tints of Sea Green #2B8964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.93%

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 15.36%
G = 48.93%
B = 35.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#2B8964 (or 0x2B8964) is known color: Sea Green. HEX triplet: 2B, 89 and 64. RGB value is (43,137,100). Sum of RGB (Red+Green+Blue) = 43+137+100=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8964 is #D4769B. Grayscale: #686868. Windows color (decimal): -13923996 or 6588715. OLE color: 6588715.

HSL color Cylindrical-coordinate representation of color #2B8964: hue angle of 156.38º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8964 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 137 100 -
CMYK 0.69 0 0.27 0.46
HSL 156.38º 0.52% 0.35% -
HSV(B) 156.38º 0.69% 0.54% -
XYZ 12.24 19.33 15.14 -
YUV 104.68 125.36 84.01 -
System Red Green Blue C M Y K H S L
Decimal 43 137 100 0.69 0 0.27 0.46 156.38 0.52 0.35
Hex 2B 89 64 45 0 1B 2E 9C 34 23
Octal 53 211 144 105 0 33 56 234 64 43
Binary 101011 10001001 1100100 1000101 0 11011 101110 10011100 110100 100011

Color Harmonies of #2B8964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8964

Black with #2B8964

Text Example


Text Example

White with #2B8964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,137,100); }

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

background-color css

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

 a { background-color: rgb(43,137,100); }

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

border-color css

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

 span { border-color: rgb(43,137,100); }

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