Html Css Color HEX #2B964E Sea Green

📋 copy color: '#2B964E'

red 43 ◦ green 150 ◦ blue 78

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

Shades of Sea Green #2B964E

Tints of Sea Green #2B964E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.35%

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 15.87%
G = 55.35%
B = 28.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#2B964E (or 0x2B964E) is known color: Sea Green. HEX triplet: 2B, 96 and 4E. RGB value is (43,150,78). Sum of RGB (Red+Green+Blue) = 43+150+78=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #2B964E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B964E is #D469B1. Grayscale: #6D6D6D. Windows color (decimal): -13920690 or 5150251. OLE color: 5150251.

HSL color Cylindrical-coordinate representation of color #2B964E: hue angle of 139.63º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B964E is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 43 150 78 -
CMYK 0.71 0 0.48 0.41
HSL 139.63º 0.55% 0.38% -
HSV(B) 139.63º 0.71% 0.59% -
XYZ 13.28 22.88 10.92 -
YUV 109.8 110.05 80.35 -
System Red Green Blue C M Y K H S L
Decimal 43 150 78 0.71 0 0.48 0.41 139.63 0.55 0.38
Hex 2B 96 4E 47 0 30 29 8C 37 26
Octal 53 226 116 107 0 60 51 214 67 46
Binary 101011 10010110 1001110 1000111 0 110000 101001 10001100 110111 100110

Color Harmonies of #2B964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B964E

Black with #2B964E

Text Example


Text Example

White with #2B964E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,150,78); }

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

background-color css

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

 a { background-color: rgb(43,150,78); }

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

border-color css

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

 span { border-color: rgb(43,150,78); }

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