Html Css Color HEX #2C8F5B Sea Green

📋 copy color: '#2C8F5B'

red 44 ◦ green 143 ◦ blue 91

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

Shades of Sea Green #2C8F5B

Tints of Sea Green #2C8F5B

RGB

 RED value IS 44 (17.58% from 255) = 15.83%

 GREEN value IS 143 (56.25% from 255) = 51.44%

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 15.83%
G = 51.44%
B = 32.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#2C8F5B (or 0x2C8F5B) is known color: Sea Green. HEX triplet: 2C, 8F and 5B. RGB value is (44,143,91). Sum of RGB (Red+Green+Blue) = 44+143+91=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #2C8F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8F5B is #D370A4. Grayscale: #6B6B6B. Windows color (decimal): -13856933 or 6000428. OLE color: 6000428.

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

Color convert

RGB 44 143 91 -
CMYK 0.69 0 0.36 0.44
HSL 148.48º 0.53% 0.37% -
HSV(B) 148.48º 0.69% 0.56% -
XYZ 12.75 20.94 13.27 -
YUV 107.47 118.7 82.73 -
System Red Green Blue C M Y K H S L
Decimal 44 143 91 0.69 0 0.36 0.44 148.48 0.53 0.37
Hex 2C 8F 5B 45 0 24 2C 94 35 25
Octal 54 217 133 105 0 44 54 224 65 45
Binary 101100 10001111 1011011 1000101 0 100100 101100 10010100 110101 100101

Color Harmonies of #2C8F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8F5B

Black with #2C8F5B

Text Example


Text Example

White with #2C8F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,143,91); }

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

background-color css

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

 a { background-color: rgb(44,143,91); }

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

border-color css

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

 span { border-color: rgb(44,143,91); }

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