Html Css Color HEX #2C8F41 Sea Green

📋 copy color: '#2C8F41'

red 44 ◦ green 143 ◦ blue 65

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

Shades of Sea Green #2C8F41

Tints of Sea Green #2C8F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.79%

R = 17.46%
G = 56.75%
B = 25.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#2C8F41 (or 0x2C8F41) is known color: Sea Green. HEX triplet: 2C, 8F and 41. RGB value is (44,143,65). Sum of RGB (Red+Green+Blue) = 44+143+65=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 143 (56.25% from 255 or 56.75% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 143 - color contains mainly: green. Hex color #2C8F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8F41 is #D370BE. Grayscale: #686868. Windows color (decimal): -13856959 or 4296492. OLE color: 4296492.

HSL color Cylindrical-coordinate representation of color #2C8F41: hue angle of 132.73º 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 #2C8F41 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 143 65 -
CMYK 0.69 0 0.55 0.44
HSL 132.73º 0.53% 0.37% -
HSV(B) 132.73º 0.69% 0.56% -
XYZ 11.82 20.56 8.35 -
YUV 104.51 105.7 84.84 -
System Red Green Blue C M Y K H S L
Decimal 44 143 65 0.69 0 0.55 0.44 132.73 0.53 0.37
Hex 2C 8F 41 45 0 37 2C 85 35 25
Octal 54 217 101 105 0 67 54 205 65 45
Binary 101100 10001111 1000001 1000101 0 110111 101100 10000101 110101 100101

Color Harmonies of #2C8F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8F41

Black with #2C8F41

Text Example


Text Example

White with #2C8F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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