Html Css Color HEX #2B864A Sea Green

📋 copy color: '#2B864A'

red 43 ◦ green 134 ◦ blue 74

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

Shades of Sea Green #2B864A

Tints of Sea Green #2B864A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.48%

R = 17.13%
G = 53.39%
B = 29.48%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#2B864A (or 0x2B864A) is known color: Sea Green. HEX triplet: 2B, 86 and 4A. RGB value is (43,134,74). Sum of RGB (Red+Green+Blue) = 43+134+74=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #2B864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B864A is #D479B5. Grayscale: #646464. Windows color (decimal): -13924790 or 4884011. OLE color: 4884011.

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

Color convert

RGB 43 134 74 -
CMYK 0.68 0 0.45 0.47
HSL 140.44º 0.51% 0.35% -
HSV(B) 140.44º 0.68% 0.53% -
XYZ 10.76 18.06 9.4 -
YUV 99.95 113.35 87.38 -
System Red Green Blue C M Y K H S L
Decimal 43 134 74 0.68 0 0.45 0.47 140.44 0.51 0.35
Hex 2B 86 4A 44 0 2D 2F 8C 33 23
Octal 53 206 112 104 0 55 57 214 63 43
Binary 101011 10000110 1001010 1000100 0 101101 101111 10001100 110011 100011

Color Harmonies of #2B864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B864A

Black with #2B864A

Text Example


Text Example

White with #2B864A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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