Html Css Color HEX #2B864B Sea Green

📋 copy color: '#2B864B'

red 43 ◦ green 134 ◦ blue 75

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

Shades of Sea Green #2B864B

Tints of Sea Green #2B864B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.76%

R = 17.06%
G = 53.17%
B = 29.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#2B864B (or 0x2B864B) is known color: Sea Green. HEX triplet: 2B, 86 and 4B. RGB value is (43,134,75). Sum of RGB (Red+Green+Blue) = 43+134+75=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #2B864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B864B is #D479B4. Grayscale: #646464. Windows color (decimal): -13924789 or 4949547. OLE color: 4949547.

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

Color convert

RGB 43 134 75 -
CMYK 0.68 0 0.44 0.47
HSL 141.1º 0.51% 0.35% -
HSV(B) 141.1º 0.68% 0.53% -
XYZ 10.79 18.07 9.58 -
YUV 100.07 113.85 87.3 -
System Red Green Blue C M Y K H S L
Decimal 43 134 75 0.68 0 0.44 0.47 141.1 0.51 0.35
Hex 2B 86 4B 44 0 2C 2F 8D 33 23
Octal 53 206 113 104 0 54 57 215 63 43
Binary 101011 10000110 1001011 1000100 0 101100 101111 10001101 110011 100011

Color Harmonies of #2B864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B864B

Black with #2B864B

Text Example


Text Example

White with #2B864B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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