Html Css Color HEX #2B8C4B Sea Green

📋 copy color: '#2B8C4B'

red 43 ◦ green 140 ◦ blue 75

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

Shades of Sea Green #2B8C4B

Tints of Sea Green #2B8C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 54.26%

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

R = 16.67%
G = 54.26%
B = 29.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#2B8C4B (or 0x2B8C4B) is known color: Sea Green. HEX triplet: 2B, 8C and 4B. RGB value is (43,140,75). Sum of RGB (Red+Green+Blue) = 43+140+75=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8C4B is #D473B4. Grayscale: #676767. Windows color (decimal): -13923253 or 4951083. OLE color: 4951083.

HSL color Cylindrical-coordinate representation of color #2B8C4B: hue angle of 139.79º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C4B is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 140 75 -
CMYK 0.69 0 0.46 0.45
HSL 139.79º 0.53% 0.36% -
HSV(B) 139.79º 0.69% 0.55% -
XYZ 11.64 19.78 9.86 -
YUV 103.59 111.86 84.79 -
System Red Green Blue C M Y K H S L
Decimal 43 140 75 0.69 0 0.46 0.45 139.79 0.53 0.36
Hex 2B 8C 4B 45 0 2E 2D 8C 35 24
Octal 53 214 113 105 0 56 55 214 65 44
Binary 101011 10001100 1001011 1000101 0 101110 101101 10001100 110101 100100

Color Harmonies of #2B8C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8C4B

Black with #2B8C4B

Text Example


Text Example

White with #2B8C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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