Html Css Color HEX #2C6A4F Evening Sea

📋 copy color: '#2C6A4F'

red 44 ◦ green 106 ◦ blue 79

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

Shades of Evening Sea #2C6A4F

Tints of Evening Sea #2C6A4F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.29%

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 19.21%
G = 46.29%
B = 34.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#2C6A4F (or 0x2C6A4F) is known color: Evening Sea. HEX triplet: 2C, 6A and 4F. RGB value is (44,106,79). Sum of RGB (Red+Green+Blue) = 44+106+79=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 106 - color contains mainly: green. Hex color #2C6A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6A4F is #D395B0. Grayscale: #545454. Windows color (decimal): -13866417 or 5204524. OLE color: 5204524.

HSL color Cylindrical-coordinate representation of color #2C6A4F: hue angle of 153.87º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C6A4F is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 44 106 79 -
CMYK 0.58 0 0.25 0.58
HSL 153.87º 0.41% 0.29% -
HSV(B) 153.87º 0.58% 0.42% -
XYZ 7.6 11.41 9.2 -
YUV 84.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 44 106 79 0.58 0 0.25 0.58 153.87 0.41 0.29
Hex 2C 6A 4F 3A 0 19 3A 9A 29 1D
Octal 54 152 117 72 0 31 72 232 51 35
Binary 101100 1101010 1001111 111010 0 11001 111010 10011010 101001 11101

Color Harmonies of #2C6A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6A4F

Black with #2C6A4F

Text Example


Text Example

White with #2C6A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,106,79); }

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

background-color css

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

 a { background-color: rgb(44,106,79); }

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

border-color css

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

 span { border-color: rgb(44,106,79); }

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