Html Css Color HEX #2B854C Sea Green

📋 copy color: '#2B854C'

red 43 ◦ green 133 ◦ blue 76

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

Shades of Sea Green #2B854C

Tints of Sea Green #2B854C

RGB

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

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

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

R = 17.06%
G = 52.78%
B = 30.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#2B854C (or 0x2B854C) is known color: Sea Green. HEX triplet: 2B, 85 and 4C. RGB value is (43,133,76). Sum of RGB (Red+Green+Blue) = 43+133+76=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #2B854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B854C is #D47AB3. Grayscale: #636363. Windows color (decimal): -13925044 or 5014827. OLE color: 5014827.

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

Color convert

RGB 43 133 76 -
CMYK 0.68 0 0.43 0.48
HSL 142º 0.51% 0.35% -
HSV(B) 142º 0.68% 0.52% -
XYZ 10.69 17.81 9.71 -
YUV 99.59 114.68 87.63 -
System Red Green Blue C M Y K H S L
Decimal 43 133 76 0.68 0 0.43 0.48 142 0.51 0.35
Hex 2B 85 4C 44 0 2B 30 8E 33 23
Octal 53 205 114 104 0 53 60 216 63 43
Binary 101011 10000101 1001100 1000100 0 101011 110000 10001110 110011 100011

Color Harmonies of #2B854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B854C

Black with #2B854C

Text Example


Text Example

White with #2B854C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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