Html Css Color HEX #2C854D Sea Green

📋 copy color: '#2C854D'

red 44 ◦ green 133 ◦ blue 77

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

Shades of Sea Green #2C854D

Tints of Sea Green #2C854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 17.32%
G = 52.36%
B = 30.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#2C854D (or 0x2C854D) is known color: Sea Green. HEX triplet: 2C, 85 and 4D. RGB value is (44,133,77). Sum of RGB (Red+Green+Blue) = 44+133+77=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #2C854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C854D is #D37AB2. Grayscale: #646464. Windows color (decimal): -13859507 or 5080364. OLE color: 5080364.

HSL color Cylindrical-coordinate representation of color #2C854D: hue angle of 142.25º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C854D is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 44 133 77 -
CMYK 0.67 0 0.42 0.48
HSL 142.25º 0.5% 0.35% -
HSV(B) 142.25º 0.67% 0.52% -
XYZ 10.77 17.85 9.9 -
YUV 100.01 115.01 88.05 -
System Red Green Blue C M Y K H S L
Decimal 44 133 77 0.67 0 0.42 0.48 142.25 0.5 0.35
Hex 2C 85 4D 43 0 2A 30 8E 32 23
Octal 54 205 115 103 0 52 60 216 62 43
Binary 101100 10000101 1001101 1000011 0 101010 110000 10001110 110010 100011

Color Harmonies of #2C854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C854D

Black with #2C854D

Text Example


Text Example

White with #2C854D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,133,77); }

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

background-color css

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

 a { background-color: rgb(44,133,77); }

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

border-color css

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

 span { border-color: rgb(44,133,77); }

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