Html Css Color HEX #2B7E57 Sea Green

📋 copy color: '#2B7E57'

red 43 ◦ green 126 ◦ blue 87

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

Shades of Sea Green #2B7E57

Tints of Sea Green #2B7E57

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.22%

 BLUE value IS 87 (34.38% from 255) = 33.98%

R = 16.8%
G = 49.22%
B = 33.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#2B7E57 (or 0x2B7E57) is known color: Sea Green. HEX triplet: 2B, 7E and 57. RGB value is (43,126,87). Sum of RGB (Red+Green+Blue) = 43+126+87=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7E57 is #D481A8. Grayscale: #606060. Windows color (decimal): -13926825 or 5733931. OLE color: 5733931.

HSL color Cylindrical-coordinate representation of color #2B7E57: hue angle of 151.81º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7E57 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 126 87 -
CMYK 0.66 0 0.31 0.51
HSL 151.81º 0.49% 0.33% -
HSV(B) 151.81º 0.66% 0.49% -
XYZ 10.18 16.12 11.59 -
YUV 96.74 122.5 89.67 -
System Red Green Blue C M Y K H S L
Decimal 43 126 87 0.66 0 0.31 0.51 151.81 0.49 0.33
Hex 2B 7E 57 42 0 1F 33 98 31 21
Octal 53 176 127 102 0 37 63 230 61 41
Binary 101011 1111110 1010111 1000010 0 11111 110011 10011000 110001 100001

Color Harmonies of #2B7E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7E57

Black with #2B7E57

Text Example


Text Example

White with #2B7E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,126,87); }

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

background-color css

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

 a { background-color: rgb(43,126,87); }

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

border-color css

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

 span { border-color: rgb(43,126,87); }

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