Html Css Color HEX #2B964F Sea Green

📋 copy color: '#2B964F'

red 43 ◦ green 150 ◦ blue 79

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

Shades of Sea Green #2B964F

Tints of Sea Green #2B964F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.04%

R = 15.81%
G = 55.15%
B = 29.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#2B964F (or 0x2B964F) is known color: Sea Green. HEX triplet: 2B, 96 and 4F. RGB value is (43,150,79). Sum of RGB (Red+Green+Blue) = 43+150+79=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #2B964F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B964F is #D469B0. Grayscale: #6E6E6E. Windows color (decimal): -13920689 or 5215787. OLE color: 5215787.

HSL color Cylindrical-coordinate representation of color #2B964F: hue angle of 140.19º 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 #2B964F is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 43 150 79 -
CMYK 0.71 0 0.47 0.41
HSL 140.19º 0.55% 0.38% -
HSV(B) 140.19º 0.71% 0.59% -
XYZ 13.31 22.89 11.11 -
YUV 109.91 110.55 80.27 -
System Red Green Blue C M Y K H S L
Decimal 43 150 79 0.71 0 0.47 0.41 140.19 0.55 0.38
Hex 2B 96 4F 47 0 2F 29 8C 37 26
Octal 53 226 117 107 0 57 51 214 67 46
Binary 101011 10010110 1001111 1000111 0 101111 101001 10001100 110111 100110

Color Harmonies of #2B964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B964F

Black with #2B964F

Text Example


Text Example

White with #2B964F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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