Html Css Color HEX #2B8546 Sea Green

📋 copy color: '#2B8546'

red 43 ◦ green 133 ◦ blue 70

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

Shades of Sea Green #2B8546

Tints of Sea Green #2B8546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.46%

R = 17.48%
G = 54.07%
B = 28.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#2B8546 (or 0x2B8546) is known color: Sea Green. HEX triplet: 2B, 85 and 46. RGB value is (43,133,70). Sum of RGB (Red+Green+Blue) = 43+133+70=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8546 is #D47AB9. Grayscale: #636363. Windows color (decimal): -13925050 or 4621611. OLE color: 4621611.

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

Color convert

RGB 43 133 70 -
CMYK 0.68 0 0.47 0.48
HSL 138º 0.51% 0.35% -
HSV(B) 138º 0.68% 0.52% -
XYZ 10.49 17.73 8.66 -
YUV 98.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 43 133 70 0.68 0 0.47 0.48 138 0.51 0.35
Hex 2B 85 46 44 0 2F 30 8A 33 23
Octal 53 205 106 104 0 57 60 212 63 43
Binary 101011 10000101 1000110 1000100 0 101111 110000 10001010 110011 100011

Color Harmonies of #2B8546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8546

Black with #2B8546

Text Example


Text Example

White with #2B8546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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