Html Css Color HEX #2B964D Sea Green

📋 copy color: '#2B964D'

red 43 ◦ green 150 ◦ blue 77

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

Shades of Sea Green #2B964D

Tints of Sea Green #2B964D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 15.93%
G = 55.56%
B = 28.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#2B964D (or 0x2B964D) is known color: Sea Green. HEX triplet: 2B, 96 and 4D. RGB value is (43,150,77). Sum of RGB (Red+Green+Blue) = 43+150+77=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #2B964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B964D is #D469B2. Grayscale: #6D6D6D. Windows color (decimal): -13920691 or 5084715. OLE color: 5084715.

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

Color convert

RGB 43 150 77 -
CMYK 0.71 0 0.49 0.41
HSL 139.07º 0.55% 0.38% -
HSV(B) 139.07º 0.71% 0.59% -
XYZ 13.24 22.86 10.74 -
YUV 109.69 109.55 80.44 -
System Red Green Blue C M Y K H S L
Decimal 43 150 77 0.71 0 0.49 0.41 139.07 0.55 0.38
Hex 2B 96 4D 47 0 31 29 8B 37 26
Octal 53 226 115 107 0 61 51 213 67 46
Binary 101011 10010110 1001101 1000111 0 110001 101001 10001011 110111 100110

Color Harmonies of #2B964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B964D

Black with #2B964D

Text Example


Text Example

White with #2B964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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