Html Css Color HEX #2C743C San Felix

📋 copy color: '#2C743C'

red 44 ◦ green 116 ◦ blue 60

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

Shades of San Felix #2C743C

Tints of San Felix #2C743C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.73%

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 20%
G = 52.73%
B = 27.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#2C743C (or 0x2C743C) is known color: San Felix. HEX triplet: 2C, 74 and 3C. RGB value is (44,116,60). Sum of RGB (Red+Green+Blue) = 44+116+60=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #2C743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C743C is #D38BC3. Grayscale: #585858. Windows color (decimal): -13863876 or 3961900. OLE color: 3961900.

HSL color Cylindrical-coordinate representation of color #2C743C: hue angle of 133.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C743C is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 116 60 -
CMYK 0.62 0 0.48 0.55
HSL 133.33º 0.45% 0.31% -
HSV(B) 133.33º 0.62% 0.45% -
XYZ 8.1 13.35 6.43 -
YUV 88.09 112.15 96.55 -
System Red Green Blue C M Y K H S L
Decimal 44 116 60 0.62 0 0.48 0.55 133.33 0.45 0.31
Hex 2C 74 3C 3E 0 30 37 85 2D 1F
Octal 54 164 74 76 0 60 67 205 55 37
Binary 101100 1110100 111100 111110 0 110000 110111 10000101 101101 11111

Color Harmonies of #2C743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C743C

Black with #2C743C

Text Example


Text Example

White with #2C743C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,116,60); }

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

background-color css

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

 a { background-color: rgb(44,116,60); }

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

border-color css

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

 span { border-color: rgb(44,116,60); }

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