Html Css Color HEX #2B854E Sea Green

📋 copy color: '#2B854E'

red 43 ◦ green 133 ◦ blue 78

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

Shades of Sea Green #2B854E

Tints of Sea Green #2B854E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

 BLUE value IS 78 (30.86% from 255) = 30.71%

R = 16.93%
G = 52.36%
B = 30.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#2B854E (or 0x2B854E) is known color: Sea Green. HEX triplet: 2B, 85 and 4E. RGB value is (43,133,78). Sum of RGB (Red+Green+Blue) = 43+133+78=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #2B854E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B854E is #D47AB1. Grayscale: #636363. Windows color (decimal): -13925042 or 5145899. OLE color: 5145899.

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

Color convert

RGB 43 133 78 -
CMYK 0.68 0 0.41 0.48
HSL 143.33º 0.51% 0.35% -
HSV(B) 143.33º 0.68% 0.52% -
XYZ 10.76 17.84 10.08 -
YUV 99.82 115.68 87.47 -
System Red Green Blue C M Y K H S L
Decimal 43 133 78 0.68 0 0.41 0.48 143.33 0.51 0.35
Hex 2B 85 4E 44 0 29 30 8F 33 23
Octal 53 205 116 104 0 51 60 217 63 43
Binary 101011 10000101 1001110 1000100 0 101001 110000 10001111 110011 100011

Color Harmonies of #2B854E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B854E

Black with #2B854E

Text Example


Text Example

White with #2B854E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,133,78); }

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

background-color css

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

 a { background-color: rgb(43,133,78); }

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

border-color css

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

 span { border-color: rgb(43,133,78); }

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