Html Css Color HEX #2CAF65 Medium Sea Green

📋 copy color: '#2CAF65'

red 44 ◦ green 175 ◦ blue 101

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

Shades of Medium Sea Green #2CAF65

Tints of Medium Sea Green #2CAF65

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.69%

 BLUE value IS 101 (39.84% from 255) = 31.56%

R = 13.75%
G = 54.69%
B = 31.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#2CAF65 (or 0x2CAF65) is known color: Medium Sea Green. HEX triplet: 2C, AF and 65. RGB value is (44,175,101). Sum of RGB (Red+Green+Blue) = 44+175+101=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAF65 is #D3509A. Grayscale: #7F7F7F. Windows color (decimal): -13848731 or 6663980. OLE color: 6663980.

HSL color Cylindrical-coordinate representation of color #2CAF65: hue angle of 146.11º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAF65 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 175 101 -
CMYK 0.75 0 0.42 0.31
HSL 146.11º 0.6% 0.43% -
HSV(B) 146.11º 0.75% 0.69% -
XYZ 18.72 32.14 17.53 -
YUV 127.4 113.1 68.52 -
System Red Green Blue C M Y K H S L
Decimal 44 175 101 0.75 0 0.42 0.31 146.11 0.6 0.43
Hex 2C AF 65 4B 0 2A 1F 92 3C 2B
Octal 54 257 145 113 0 52 37 222 74 53
Binary 101100 10101111 1100101 1001011 0 101010 11111 10010010 111100 101011

Color Harmonies of #2CAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAF65

Black with #2CAF65

Text Example


Text Example

White with #2CAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,175,101); }

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

background-color css

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

 a { background-color: rgb(44,175,101); }

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

border-color css

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

 span { border-color: rgb(44,175,101); }

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