Html Css Color HEX #2B894B Sea Green

📋 copy color: '#2B894B'

red 43 ◦ green 137 ◦ blue 75

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

Shades of Sea Green #2B894B

Tints of Sea Green #2B894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.73%

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

R = 16.86%
G = 53.73%
B = 29.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#2B894B (or 0x2B894B) is known color: Sea Green. HEX triplet: 2B, 89 and 4B. RGB value is (43,137,75). Sum of RGB (Red+Green+Blue) = 43+137+75=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #2B894B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B894B is #D476B4. Grayscale: #656565. Windows color (decimal): -13924021 or 4950315. OLE color: 4950315.

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

Color convert

RGB 43 137 75 -
CMYK 0.69 0 0.45 0.46
HSL 140.43º 0.52% 0.35% -
HSV(B) 140.43º 0.69% 0.54% -
XYZ 11.21 18.91 9.72 -
YUV 101.83 112.86 86.04 -
System Red Green Blue C M Y K H S L
Decimal 43 137 75 0.69 0 0.45 0.46 140.43 0.52 0.35
Hex 2B 89 4B 45 0 2D 2E 8C 34 23
Octal 53 211 113 105 0 55 56 214 64 43
Binary 101011 10001001 1001011 1000101 0 101101 101110 10001100 110100 100011

Color Harmonies of #2B894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B894B

Black with #2B894B

Text Example


Text Example

White with #2B894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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