Html Css Color HEX #2B7F52 Sea Green

📋 copy color: '#2B7F52'

red 43 ◦ green 127 ◦ blue 82

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

Shades of Sea Green #2B7F52

Tints of Sea Green #2B7F52

RGB

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

 GREEN value IS 127 (50% from 255) = 50.4%

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 17.06%
G = 50.4%
B = 32.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#2B7F52 (or 0x2B7F52) is known color: Sea Green. HEX triplet: 2B, 7F and 52. RGB value is (43,127,82). Sum of RGB (Red+Green+Blue) = 43+127+82=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F52 is #D480AD. Grayscale: #606060. Windows color (decimal): -13926574 or 5406507. OLE color: 5406507.

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

Color convert

RGB 43 127 82 -
CMYK 0.66 0 0.35 0.50
HSL 147.86º 0.49% 0.33% -
HSV(B) 147.86º 0.66% 0.5% -
XYZ 10.11 16.3 10.6 -
YUV 96.75 119.67 89.66 -
System Red Green Blue C M Y K H S L
Decimal 43 127 82 0.66 0 0.35 0.50 147.86 0.49 0.33
Hex 2B 7F 52 42 0 23 32 94 31 21
Octal 53 177 122 102 0 43 62 224 61 41
Binary 101011 1111111 1010010 1000010 0 100011 110010 10010100 110001 100001

Color Harmonies of #2B7F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7F52

Black with #2B7F52

Text Example


Text Example

White with #2B7F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,127,82); }

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

background-color css

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

 a { background-color: rgb(43,127,82); }

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

border-color css

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

 span { border-color: rgb(43,127,82); }

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