Html Css Color HEX #2B964C Sea Green

📋 copy color: '#2B964C'

red 43 ◦ green 150 ◦ blue 76

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

Shades of Sea Green #2B964C

Tints of Sea Green #2B964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.25%

R = 15.99%
G = 55.76%
B = 28.25%

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

#2B964C (or 0x2B964C) is known color: Sea Green. HEX triplet: 2B, 96 and 4C. RGB value is (43,150,76). Sum of RGB (Red+Green+Blue) = 43+150+76=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #2B964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B964C is #D469B3. Grayscale: #6D6D6D. Windows color (decimal): -13920692 or 5019179. OLE color: 5019179.

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

Color convert

RGB 43 150 76 -
CMYK 0.71 0 0.49 0.41
HSL 138.5º 0.55% 0.38% -
HSV(B) 138.5º 0.71% 0.59% -
XYZ 13.21 22.85 10.55 -
YUV 109.57 109.05 80.52 -
System Red Green Blue C M Y K H S L
Decimal 43 150 76 0.71 0 0.49 0.41 138.5 0.55 0.38
Hex 2B 96 4C 47 0 31 29 8B 37 26
Octal 53 226 114 107 0 61 51 213 67 46
Binary 101011 10010110 1001100 1000111 0 110001 101001 10001011 110111 100110

Color Harmonies of #2B964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B964C

Black with #2B964C

Text Example


Text Example

White with #2B964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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