Html Css Color HEX #2B864D Sea Green

📋 copy color: '#2B864D'

red 43 ◦ green 134 ◦ blue 77

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

Shades of Sea Green #2B864D

Tints of Sea Green #2B864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.76%

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

R = 16.93%
G = 52.76%
B = 30.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#2B864D (or 0x2B864D) is known color: Sea Green. HEX triplet: 2B, 86 and 4D. RGB value is (43,134,77). Sum of RGB (Red+Green+Blue) = 43+134+77=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #2B864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B864D is #D479B2. Grayscale: #646464. Windows color (decimal): -13924787 or 5080619. OLE color: 5080619.

HSL color Cylindrical-coordinate representation of color #2B864D: hue angle of 142.42º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B864D is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 134 77 -
CMYK 0.68 0 0.43 0.47
HSL 142.42º 0.51% 0.35% -
HSV(B) 142.42º 0.68% 0.53% -
XYZ 10.86 18.1 9.94 -
YUV 100.29 114.85 87.13 -
System Red Green Blue C M Y K H S L
Decimal 43 134 77 0.68 0 0.43 0.47 142.42 0.51 0.35
Hex 2B 86 4D 44 0 2B 2F 8E 33 23
Octal 53 206 115 104 0 53 57 216 63 43
Binary 101011 10000110 1001101 1000100 0 101011 101111 10001110 110011 100011

Color Harmonies of #2B864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B864D

Black with #2B864D

Text Example


Text Example

White with #2B864D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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